Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

ObjectOf

ObjectOf<O>: O extends unknown ? number extends Length<O> ? _Pick<O, number> : _Omit<O, keyof any[]> : never

Transform a List into an Object equivalent

Type parameters

param

to transform

returns

Object

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.