Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Select

Select<U, M, match>: U extends unknown ? object[Is<U, M, match>] : never

Extract the part of U that matches M

Type parameters

  • U: any

    to extract from

  • M: any

    to select with

  • match: Match

returns

[[Union]]

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.