UNPKG

78 BTypeScriptView Raw
1declare function isRegex(value: unknown): value is RegExp;
2
3export = isRegex;