blob: bec7e02b22f9eb1e66a7eeffd5be9e18512a43a4 [file] [log] [blame]
function _isRegExp(x) {
return Object.prototype.toString.call(x) === '[object RegExp]';
}
module.exports = _isRegExp;