Files
30-seconds-of-code/node_modules/underscore.string/meteor-pre.js
2019-08-20 15:52:05 +02:00

7 lines
279 B
JavaScript

// Defining this will trick dist/underscore.string.js into putting its exports into module.exports
// Credit to Tim Heckel for this trick - see https://github.com/TimHeckel/meteor-underscore-string
module = {};
// This also needed, otherwise above doesn't work???
exports = {};