com-tools
Version:
com-tools 提供了一些通用的工具函数;
14 lines (8 loc) • 308 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [ObjectKey](./com-tools.objectkey.md)
## ObjectKey type
对象属性
**Signature:**
```typescript
export type ObjectKey = string | number | symbol;
```