Skip to content

Commit 9cdc1d5

Browse files
committed
Avoid dynamic export
1 parent efb4590 commit 9cdc1d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/node_modules/@stdlib/repl/server/lib/namespace.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
var namespace = require( '@stdlib/namespace' );
2424

2525

26+
// MAIN //
27+
28+
var ns = namespace();
29+
30+
2631
// EXPORTS //
2732

28-
module.exports = namespace();
33+
module.exports = ns;

0 commit comments

Comments
 (0)