types-kit.without.md
September 4, 2023 ยท View on GitHub
Without type
Signature:
type Without<T, U> = {
[K in Exclude<Keys<T>, Keys<U>>]?: never
}
References: Keys
September 4, 2023 ยท View on GitHub
Signature:
type Without<T, U> = {
[K in Exclude<Keys<T>, Keys<U>>]?: never
}
References: Keys