#ifndef URL_H
#define URL_H

#include "types.h"

void init_url_module(void);
ant_value_t url_library(ant_t *js);

#endif
