- Preparing search index...
- The search index is not available
Tuff
- propNotNull<TValue, K>(value: undefined | null | TValue, ...props: K[]): value is RequireProps<NonNullable<TValue>, K>
-
Type Parameters
-
TValue
-
K extends string | number | symbol
Parameters
-
value: undefined | null | TValue
-
Rest ...props: K[]
Returns value is RequireProps<NonNullable<TValue>, K>
Whether the given properties on the given value are defined