Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

IncludesDeep

IncludesDeep<O, M, match, limit>: _IncludesDeep<O, M, match, limit> extends infer X ? Cast<X, Boolean> : never

Check whether O, or its sub-objects have fields that match M where the maximum allowed depth is set with limit.

Type parameters

  • O: object

    to be inspected

  • M: any

    to check field type

  • match: Match

    (?='default') to change precision

  • limit: number

    (?='10') to change the check depth

returns

Boolean

example


author

millsp, ctrlplusb

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.