UNPKG

@daiyam/regexp

Version:

RegExp parser/formatter/visitor/transformer

8 lines (6 loc) 129 B
function isRegExp(value) { return Object.prototype.toString.call(value) === '[object RegExp]' } module.exports = { isRegExp }