#ifndef ANT_OS_MODULE_H
#define ANT_OS_MODULE_H

#include "types.h"

ant_value_t os_library(ant_t *js);

#endif
