diff options
Diffstat (limited to 'node_modules/es-abstract/helpers/regexTester.js')
-rw-r--r-- | node_modules/es-abstract/helpers/regexTester.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/es-abstract/helpers/regexTester.js b/node_modules/es-abstract/helpers/regexTester.js deleted file mode 100644 index 982cc9f..0000000 --- a/node_modules/es-abstract/helpers/regexTester.js +++ /dev/null @@ -1,11 +0,0 @@ -'use strict'; - -var GetIntrinsic = require('../GetIntrinsic'); - -var $test = GetIntrinsic('RegExp.prototype.test'); - -var callBind = require('./callBind'); - -module.exports = function regexTester(regex) { - return callBind($test, regex); -}; |