#ifndef ANT_OS_MODULE_H
#define ANT_OS_MODULE_H

#include "ant.h"

jsval_t os_library(struct js *js);

#endif
