Interface FilterArgs<TMatchType>

Type Parameters

Hierarchy

Properties

Properties

filter: ((item: TMatchType) => any)

Type declaration

    • (item: TMatchType): any
    • Parameters

      • item: TMatchType

      Returns any

matches: { match: ((i: any) => boolean) | ((i: any) => i is TMatchType) }

Type declaration

  • match: ((i: any) => boolean) | ((i: any) => i is TMatchType)

Generated using TypeDoc