Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Either

Either<O, K, strict>: O extends unknown ? _Either<O, K, strict> : never

Split O 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

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