Skip to content

Home > @jview/types > PrimitiveType

PrimitiveType type

原始类型

Signature:

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