Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

ListOf

ListOf<U>: _ListOf<U> extends infer X ? Cast<X, List> : never

Transform a [[Union]] into a List (⚠️ it might not preserve order)

Type parameters

  • U: any

    to transform

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.