vtils

Home > types > Nullable

Nullable type

Signature:

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