Home > @infiniteobjects/type-utils > Nullable
Adds null to the type
Signature:
export type Nullable<T> = T | null;