UNPKG

78 BTypeScriptView Raw
1declare const isRegExp: (str: any) => str is RegExp;
2export default isRegExp;