Skip to content

Instantly share code, notes, and snippets.

@anonymoustafa
Created June 21, 2022 10:57
Show Gist options
  • Select an option

  • Save anonymoustafa/6c2128250d0c4f2c9d64c1116b801a1c to your computer and use it in GitHub Desktop.

Select an option

Save anonymoustafa/6c2128250d0c4f2c9d64c1116b801a1c to your computer and use it in GitHub Desktop.
How to get an exact list of Node core modules

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment