Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Exclude"

Index

Type aliases

Type aliases

Exclude

Exclude<T, T1, match>: TupleOf<OExclude<ObjectOf<T>, ObjectOf<T1>, match>>

Exclude the entries of T1 out of T (If match = 'default', no type checks are done)

Type parameters

  • T: Tuple

    to remove from

  • T1: Tuple

    to remove out

  • match: Match

    to change precision (?='default')

returns

any[]

example

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