com-tools
Version:
com-tools 提供了一些通用的工具函数;
14 lines (8 loc) • 320 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [GetDefaultValue](./com-tools.getdefaultvalue.md)
## GetDefaultValue type
获得默认值
**Signature:**
```typescript
export type GetDefaultValue = () => any;
```