1 2 3 4 5 6
#include <node.h> #include <v8.h> void init(v8::Local<v8::Object> exports) {} NODE_MODULE(NODE_GYP_MODULE_NAME, init)