UNPKG

120 BJavaScriptView Raw
1function _isRegExp(x) {
2 return Object.prototype.toString.call(x) === '[object RegExp]';
3}
4
5module.exports = _isRegExp;
\No newline at end of file