Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 353 Bytes

File metadata and controls

15 lines (10 loc) · 353 Bytes

Home > types-kit > Without

Without type

Signature:

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

References: Keys