UNPKG

@ka1do/kit

Version:
5 lines (4 loc) 120 B
function _isRegExp(x) { return Object.prototype.toString.call(x) === '[object RegExp]'; } module.exports = _isRegExp;