@miyue-mma/shared / Nullable
类型别名: Nullable<T>
ts
type Nullable<T> = T | null | undefined;Null or whatever
类型参数
• T
@miyue-mma/shared / Nullable
type Nullable<T> = T | null | undefined;Null or whatever
• T