com-tools
Version:
com-tools 提供了一些通用的工具函数;
50 lines (24 loc) • 573 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [copyFunction](./com-tools.copyfunction.md)
## copyFunction() function
**Signature:**
```typescript
export declare function copyFunction<F extends Function>(fun: F): F;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
fun
</td><td>
F
</td><td>
</td></tr>
</tbody></table>
**Returns:**
F