7fife-backend/node_modules/underscore/underscore-node.cjs

12 lines
382 B
JavaScript
Raw Normal View History

2024-03-07 13:01:44 +00:00
// Underscore.js 1.13.6
// https://underscorejs.org
// (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
var underscoreNodeF = require('./underscore-node-f.cjs');
module.exports = underscoreNodeF._;
//# sourceMappingURL=underscore-node.cjs.map