Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Has

Has<L, K, M, match>: Has<ObjectOf<L>, `${K & number}` | K, M, match>

Check whether L has a entry of key K that matches M

Type parameters

  • L: List

    to be inspected

  • K: Key

    to choose entry

  • M: any

    (?=any) to check entry type

  • match: Match

    (?='default') to change precision

returns

Boolean

example


  • 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.