#ifndef ANT_OS_MODULE_H
#define ANT_OS_MODULE_H

#include "types.h"

jsval_t os_library(struct js *js);

#endif
