Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

ListOf

ListOf<O>: O extends unknown ? _ListOf<O> : never

Transform an Object into a List (It will only pick numeric literal indexes)

Type parameters

  • O: object

    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.