<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [com-tools](./com-tools.md) &gt; [ArrayCallbackFun](./com-tools.arraycallbackfun.md)

## ArrayCallbackFun type

**Signature:**

```typescript
export type ArrayCallbackFun<ThisValue, Value, ReturnType> = (this: ThisValue, value: Value, index: number, array: Value[]) => ReturnType;
```
