Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Union/Diff"

Index

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

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.