Skip to content

Home > @jview/utils > BasicType

BasicType type

一个类型别名,代表基础类型

Signature:

typescript
export type BasicType = number | boolean | string | symbol | undefined | null;
export type BasicType = number | boolean | string | symbol | undefined | null;