Link Search Menu Expand Document

matchRe overview

Added in v0.0.1


Table of contents


Is

isMatchRe

check if it’s match regex

Signature

export declare const isMatchRe: (re: RegExp) => (a: any) => boolean

Added in v0.0.1