UNPKG

68 BJavaScriptView Raw
1const isRegExp = (x) => x instanceof RegExp;
2export {
3 isRegExp
4};