#ifndef ANT_ASYNC_HOOKS_MODULE_H
#define ANT_ASYNC_HOOKS_MODULE_H

#include "types.h"

ant_value_t async_hooks_library(ant_t *js);

#endif
