UNPKG

pure-conditions

Version:
5 lines (4 loc) 125 B
function isRegExp (value) { return Object.prototype.toString.call(value) === '[object RegExp]' } module.exports = isRegExp