Skip to content

Instantly share code, notes, and snippets.

@sagivo
Created September 30, 2015 16:43
```cpp
void init(Local<Object> exports) {
NODE_SET_METHOD(exports, "hello", Method);
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment