Class Matcher<ReturnType>

Type Parameters

  • ReturnType

Hierarchy

  • Matcher

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • ReturnType

    Parameters

    • rule: string
    • check: ((target) => boolean)
        • (target): boolean
        • Parameters

          • target: any

          Returns boolean

    Returns Matcher<ReturnType>

Properties

check: ((target) => boolean)

Type declaration

    • (target): boolean
    • Parameters

      • target: any

      Returns boolean

rule: string

Methods

Generated using TypeDoc