We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec2c76 commit 1c2a8d5Copy full SHA for 1c2a8d5
doc/function.md
@@ -30,6 +30,7 @@ Value Fn(const CallbackInfo& info) {
30
31
Object Init(Env env, Object exports) {
32
exports.Set(String::New(env, "fn"), Function::New<Fn>(env));
33
+ return exports;
34
}
35
36
NODE_API_MODULE(NODE_GYP_MODULE_NAME, Init)
0 commit comments