UNPKG

nishantmendiratta-github-example

Version:
4 lines (3 loc) 174 B
/* 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");