- Preparing search index...
- The search index is not available
@nathanpb/kext
- yDoesntHaveKey<K>(key: K): (<T>(object: T) => object is Exclude<T, K>)
-
Returns (<T>(object: T) => object is Exclude<T, K>)
-
- <T>(object: T): object is Exclude<T, K>
-
Type Parameters
-
T extends Record<string, any>
Returns object is Exclude<T, K>
Curried version of doesntHaveKey.
See
yfDoesntHaveKey {@inheritDoc doesntHaveKey}