Added in v0.0.1
check if it’s match regex
Signature
export declare const isMatchRe: (re: RegExp) => (a: any) => boolean