mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 05:31:41 +00:00
update
This commit is contained in:
4
node_modules/is-regexp/index.js
generated
vendored
Normal file
4
node_modules/is-regexp/index.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
module.exports = function (re) {
|
||||
return Object.prototype.toString.call(re) === '[object RegExp]';
|
||||
};
|
Reference in New Issue
Block a user