esfunctional
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -558,1 +558,5 @@ 'use strict'; | ||
}; | ||
if (!RegExp.escape) { | ||
RegExp.escape = s => s.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'); | ||
} |
{ | ||
"name": "esfunctional", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Next Generation EcmaScript Functional Helpers", | ||
@@ -5,0 +5,0 @@ "main": "lib/v1/index.js", |
18440
460