source: frontend/node_modules/underscore/cjs/index-default.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 227 bytes
Line 
1var index = require('./index.js');
2var mixin = require('./mixin.js');
3
4// Default Export
5
6// Add all of the Underscore functions to the wrapper object.
7var _ = mixin(index);
8// Legacy Node.js API.
9_._ = _;
10
11module.exports = _;
Note: See TracBrowser for help on using the repository browser.