<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [com-tools](./com-tools.md) &gt; [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

