#ifndef ANT_PATH_MODULE_H
#define ANT_PATH_MODULE_H

#include "types.h"

jsval_t path_library(struct js *js);

#endif
