-
-
Notifications
You must be signed in to change notification settings - Fork 640
Closed
Labels
Description
Type description + examples
copy of https://github.com/sindresorhus/type-fest/blob/main/source/is-null.d.ts
export type IsUndefined<T> = [T] extends [undefined] ? true : false;
Type source
No response
Search existing types and issues first
- I tried my best to look for it
jinyongp