Skip to content

@gtkx/testing / TextMatch

Type Alias: TextMatch

TextMatch = string | RegExp | TextMatchFunction

Defined in: types.ts:20

Text matching pattern.

Can be a string for exact/substring matching, a RegExp for pattern matching, or a custom function for advanced matching logic.