#ifndef PERFORMANCE_H
#define PERFORMANCE_H

#include "types.h"

void init_performance_module(void);
ant_value_t perf_hooks_library(ant_t *js);

#endif
