Skip to content

Commit 9c39cac

Browse files
WIP
1 parent 889c800 commit 9c39cac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const module = require('node:module');
22

3+
34
console.log(module.builtinModules);
45
console.log(module.builtinModules);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const repl = require('node:repl');
22

3+
34
console.log(repl.builtinModules);
45
console.log(repl._builtinLibs);

0 commit comments

Comments
 (0)