Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Intersect

Intersect<U1, U2>: U1 extends unknown ? U2 extends unknown ? object[Equals<U1, U2>] : never : never

Get the overlapping members of U1 and U2

Type parameters

  • U1: any
  • U2: any

returns

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