source: frontend/node_modules/underscore/underscore-node.cjs

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: 382 bytes
Line 
1// Underscore.js 1.13.6
2// https://underscorejs.org
3// (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
4// Underscore may be freely distributed under the MIT license.
5
6var underscoreNodeF = require('./underscore-node-f.cjs');
7
8
9
10module.exports = underscoreNodeF._;
11//# sourceMappingURL=underscore-node.cjs.map
Note: See TracBrowser for help on using the repository browser.