We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2453f4 commit c1a3b89Copy full SHA for c1a3b89
exports.js
@@ -2,7 +2,7 @@ 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;
+ if (!this.hasOwnProperty(prop) || prop.match(/^(?:include|contains|reverse|join|map|wrap)$/)) continue;
6
result[prop] = this[prop];
7
}
8
0 commit comments