Appearance
Home > @jview/utils > BasicType
一个类型别名,代表基础类型
Signature:
export type BasicType = number | boolean | string | symbol | undefined | null;