#ifndef ANT_FFI_H
#define ANT_FFI_H

#include "ant.h"

jsval_t ffi_library(struct js *js);

#endif