#ifndef ANT_WORKER_THREADS_H
#define ANT_WORKER_THREADS_H

#include "types.h"

ant_value_t worker_threads_library(ant_t *js);

#endif
