Skip to content

webshrine / stdtyp/src / Nullable

Type Alias: Nullable<T>

Nullable<T>: T | null

Allows T to be T or null

Type Parameters

T

Defined in

packages/stdtyp/src/utilities/maybe.ts:7