MatcherFunction
Type Alias: MatcherFunction
Section titled “Type Alias: MatcherFunction”type MatcherFunction = (content, element) => boolean;Defined in: matches.ts:4
Parameters
Section titled “Parameters”content
Section titled “content”string
element
Section titled “element”TestInstance | null
Returns
Section titled “Returns”boolean
