com-tools
Version:
com-tools 提供了一些通用的工具函数;
12 lines (7 loc) • 402 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [ArrayCallbackFun](./com-tools.arraycallbackfun.md)
## ArrayCallbackFun type
**Signature:**
```typescript
export type ArrayCallbackFun<ThisValue, Value, ReturnType> = (this: ThisValue, value: Value, index: number, array: Value[]) => ReturnType;
```