Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Pick

Pick<L, K>: L extends unknown ? _Pick<L, K> : never

Extract out of L the entries of key K

Type parameters

  • L: List

    to extract from

  • K: Key

    to chose entries

returns

List

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.