types-kit.without.md

September 4, 2023 ยท View on GitHub

Home > types-kit > Without

Without type

Signature:

type Without<T, U> = {
  [K in Exclude<Keys<T>, Keys<U>>]?: never
}

References: Keys