UNPKG

@nathanfaucett/array-reduce

Version:

applies a function against an accumulator and each value of the array (from left-to-right) to reduce it to a single value.

8 lines (5 loc) 116 B
language: node_js node_js: - '0.12' before_install: npm install -g grunt-cli script: 'grunt jshint && npm test'