UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

4 lines (3 loc) 184 B
import { ObjectType } from './types'; declare const reduce: <T, G>(arr: G[] | ObjectType<T>, fn: (result: T, data: G, idx: string | number) => T, init: T) => T; export default reduce;