Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Diff"

Index

Type aliases

Type aliases

Diff

Diff<T, T1, match>: TupleOf<ODiff<ObjectOf<T>, ObjectOf<T1>, match>>

Get a tuple that is the difference between T & T1 (T's differences have priority over T1's if entries overlap) (If match = 'default', no type checks are done)

Type parameters

  • T: Tuple

    to check differences with

  • T1: Tuple

    to check differences against

  • match: Match

    to change precision (?='default')

returns

any[]

example

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