Home > tough-cookie > Nullable Nullable type The inverse of NonNullable. Signature: export type Nullable<T> = T | null | undefined;