type-tls
Version:
type-tls 封装了与类型相关的工具,比如:获取数据的类型 或 类型名字、判断数据的类型 等
14 lines (8 loc) • 368 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [type-tls](./type-tls.md) > [LooseTypeName](./type-tls.loosetypename.md)
## LooseTypeName type
宽松类型的字符串表示
**Signature:**
```typescript
export type LooseTypeName = "undefined" | "null" | "Function" | "object" | string;
```