Do this in the REPL mode:
console.log ( require('repl')._builtinLibs );
Or put this line of code in your app.js file and execute:
console.log ( require('repl')._builtinLibs ); return;
Created
June 21, 2022 10:57
-
-
Save anonymoustafa/6c2128250d0c4f2c9d64c1116b801a1c to your computer and use it in GitHub Desktop.
How to get an exact list of Node core modules
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment