Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/@types/testing-library__dom/matches.d"

Index

Type aliases

Match

Match: function

Type declaration

    • Parameters

      Returns boolean

Matcher

Matcher: string | RegExp | MatcherFunction

MatcherFunction

MatcherFunction: function

Type declaration

    • (content: string, element: HTMLElement): boolean
    • Parameters

      • content: string
      • element: HTMLElement

      Returns boolean

NormalizerFn

NormalizerFn: function

Type declaration

    • (text: string): string
    • Parameters

      • text: string

      Returns string

Functions

getDefaultNormalizer

Generated using TypeDoc