Security update to Drupal 8.4.6
[yaffs-website] / node_modules / underscore.string / meteor-pre.js
1 // Defining this will trick dist/underscore.string.js into putting its exports into module.exports
2 // Credit to Tim Heckel for this trick - see https://github.com/TimHeckel/meteor-underscore-string
3 module = {};
4
5 // This also needed, otherwise above doesn't work???
6 exports = {};