blob: 07e7e1e7318f66097459001d7c57b7c950a3d390 [file]
export default function _isRegExp(x) {
return Object.prototype.toString.call(x) === '[object RegExp]';
}