mirror of
https://github.com/actions/labeler.git
synced 2025-12-16 23:23:03 +00:00
build
This commit is contained in:
11
node_modules/es-abstract/helpers/regexTester.js
generated
vendored
Normal file
11
node_modules/es-abstract/helpers/regexTester.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
'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);
|
||||
};
|
||||
Reference in New Issue
Block a user