#ifndef ANT_DNS_MODULE_H
#define ANT_DNS_MODULE_H

#include "types.h"

ant_value_t dns_library(ant_t *js);

#endif
