We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24809da commit 482fbabCopy full SHA for 482fbab
1 file changed
lib/node_modules/@stdlib/process/argv/lib/browser.js
@@ -1,5 +1,10 @@
1
'use strict';
2
3
+// MAIN //
4
+
5
+var ARGV = [];
6
7
8
// EXPORTS //
9
-module.exports = [];
10
+module.exports = ARGV;
0 commit comments