Security update to Drupal 8.4.6
[yaffs-website] / node_modules / underscore.string / exports.js
1 module.exports = function() {
2   var result = {};
3
4   for (var prop in this) {
5     if (!this.hasOwnProperty(prop) || prop.match(/^(?:include|contains|reverse|join|map)$/)) continue;
6     result[prop] = this[prop];
7   }
8
9   return result;
10 };