UNPKG

139 BTypeScriptView Raw
1/** Returns whether the payload is a regular expression (RegExp) */
2export declare function isRegExp(payload: unknown): payload is RegExp;