minify-html/nodejs/binding.c

9 lines
121 B
C
Raw Normal View History

#include <stdlib.h>
#define NAPI_VERSION 4
#include <node_api.h>
typedef struct Cfg Cfg;
#include <minify_html_ffi.h>