We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e08e40 commit ec7102eCopy full SHA for ec7102e
lib/binding.ts
@@ -12,4 +12,7 @@ interface GetArgv {
12
13
const addon: GetArgv = require('../build/Release/getargv_native');
14
15
-export = addon
+exports.PID_MAX = addon.PID_MAX;
16
+exports.ARG_MAX = addon.ARG_MAX;
17
+exports.get_argv_of_pid = addon.get_argv_of_pid;
18
+exports.get_argv_and_argc_of_pid = addon.get_argv_and_argc_of_pid;
0 commit comments