Skip to content

Commit f0fcaec

Browse files
WIP
1 parent 9c39cac commit f0fcaec

File tree

2 files changed

+0
-2
lines changed

2 files changed

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

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

3-
43
console.log(repl.builtinModules);
54
console.log(repl._builtinLibs);

0 commit comments

Comments
 (0)