UNPKG

@stdlib/utils-reduce

Version:

Apply a function against an accumulator and each element in an array and return the accumulated result.

3 lines 108 B
/// <reference path="../docs/types/index.d.ts" /> import reduce from '../docs/types/index'; export = reduce;