#ifndef ANT_V8_MODULE_H
#define ANT_V8_MODULE_H

#include "types.h"

ant_value_t v8_library(ant_t *js);

#endif
