reduce-object@0.1.3
Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu
2014-09-28
安装 (0.1.3)
npm install reduce-object@0.1.3
yarn add reduce-object@0.1.3
pnpm add reduce-object@0.1.3
bun add reduce-object@0.1.3
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| for-own | ^0.1.1 |