Skip to content

Instantly share code, notes, and snippets.

@evanlucas
Last active August 29, 2015 14:28
Show Gist options
  • Save evanlucas/e98100dc63fbab21b5c3 to your computer and use it in GitHub Desktop.
Save evanlucas/e98100dc63fbab21b5c3 to your computer and use it in GitHub Desktop.
[~/dev/code/forks/WORK-io.js]
:] ➜ $ node -pe "require('internal/repl')" (master)
{ createInternalRepl: [Function: createRepl] }
[~/dev/code/forks/WORK-io.js]
:] ➜ $ node (master)
> require('internal/repl')
{ createInternalRepl: [Function: createRepl] }
> ⏎
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment