#ifndef ANT_SHELL_MODULE_H
#define ANT_SHELL_MODULE_H

#include "types.h"

jsval_t shell_library(struct js *js);

#endif
