Skip to content

Home > @jview/types > IndexType

IndexType type

基本索引类型

Signature:

typescript
export type IndexType = string | number | symbol;
export type IndexType = string | number | symbol;