#ifndef ANT_SHELL_MODULE_H
#define ANT_SHELL_MODULE_H

#include "types.h"

ant_value_t shell_library(ant_t *js);

#endif
