is-reg-exp.d.ts 78 B

12
  1. declare const isRegExp: (str: any) => str is RegExp;
  2. export default isRegExp;