type-tls
Version:
type-tls 封装了与类型相关的工具,比如:获取数据的类型 或 类型名字、判断数据的类型 等
16 lines (9 loc) • 446 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [type-tls](./type-tls.md) > [PickMethod](./type-tls.pickmethod.md)
## PickMethod type
从 Target 中挑选出方法
**Signature:**
```typescript
export type PickMethod<Target> = PickValue<Target, AnyFunction>;
```
**References:** [PickValue](./type-tls.pickvalue.md)<!-- -->, [AnyFunction](./type-tls.anyfunction.md)