UNPKG

type-enhancers

Version:
5 lines (3 loc) 139 B
import type { IsExtends } from './IsExtends'; import type { Nullish } from './Nullish'; export type IsNullish<T> = IsExtends<T, Nullish>;