Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Diff

Diff<U1, U2>: Exclude<U1, U2> | Exclude<U2, U1>

Get an [[Union]] that is the difference between U1 & U2

Type parameters

  • U1: any

    to check differences with

  • U2: any

    to check differences against

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.