Skip to content

@miyue-mma/shared / Nullable

类型别名: Nullable<T>

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

Null or whatever

类型参数

T

Released under the MIT License.