/** * Function called for each item in an array. */ export type ArrayIterator = (value: TValue, index: number, collection: ReadonlyArray) => UResult; //# sourceMappingURL=ArrayIterator.d.ts.map