#ifndef ANT_MODULE_MODULE_H
#define ANT_MODULE_MODULE_H

#include "types.h"

ant_value_t module_library(ant_t *js);

#endif
