<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [TestFun](./com-tools.testfun.md)
## TestFun type
**Signature:**
```typescript
export type TestFun<Value> = (a: Value, b: Value) => any;
```