Match
Type Alias: Match
Section titled “Type Alias: Match”type Match = (textToMatch, node, matcher, options?) => boolean;Defined in: matches.ts:30
Parameters
Section titled “Parameters”textToMatch
Section titled “textToMatch”string
TestInstance | null
matcher
Section titled “matcher”options?
Section titled “options?”Returns
Section titled “Returns”boolean
