Skip to content

Instantly share code, notes, and snippets.

@theleancoder
Created November 29, 2015 18:24
Show Gist options
  • Save theleancoder/0a212f7f4dc7f8201b62 to your computer and use it in GitHub Desktop.
Save theleancoder/0a212f7f4dc7f8201b62 to your computer and use it in GitHub Desktop.

Revisions

  1. theleancoder created this gist Nov 29, 2015.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    // extract a core module like this
    var http = require('http);

    // extract a user defined module like this
    var something = require('./folder1/folder2/folder3/something.js');