Skip to content

Instantly share code, notes, and snippets.

@karlpokus
Created November 16, 2016 16:48
Show Gist options
  • Save karlpokus/f26c030d28b2915ec851cbe3fd93e75c to your computer and use it in GitHub Desktop.
Save karlpokus/f26c030d28b2915ec851cbe3fd93e75c to your computer and use it in GitHub Desktop.
testing core node modules with the REPL

testing core node modules with the REPL

The default evaluator will automatically load Node.js core modules into the REPL environment when used... https://nodejs.org/api/repl.html

$ node
> querystring.parse("")
{}

Easy peezy lemon sqeezy!

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