#ifndef ANT_INTERNAL_TLS_MODULE_H
#define ANT_INTERNAL_TLS_MODULE_H

#include "types.h"

ant_value_t internal_tls_library(ant_t *js);

#endif
