tough-cookie.nullable.md

August 1, 2025 ยท View on GitHub

Home > tough-cookie > Nullable

Nullable type

The inverse of NonNullable.

Signature:

type Nullable<T> = T | null | undefined;