Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Either

Either<L, K, strict>: Either<ObjectOf<L>, `${K & number}` | K, strict> extends infer OE ? OE extends unknown ? _ListOf<OE & object> : never : never

Split L into a [[Union]] with K keys in such a way that none of the keys are ever present with one another within the different unions.

Type parameters

returns

List [[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.