UNPKG
nishantmendiratta-github-example
Version:
latest (0.0.1)
0.0.1
0.0.0
Get a list of github user repos
github.com/nishantmendiratta/Node-JS
nishantmendiratta/Node-JS
nishantmendiratta-github-example
/
underscore_sample.js
4 lines
(3 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
/* This will look inside node_modules directory and it will load correct file from the package.json file i.e underscore.js file*/
var
underscore =
require
(
"underscore"
);