stack

Home > @infiniteobjects/type-utils > Nullable

Nullable type

Adds null to the type

Signature:

export type Nullable<T> = T | null;