object.reduce@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-10-07
安装 (0.1.3)
npm install object.reduce@0.1.3
yarn add object.reduce@0.1.3
pnpm add object.reduce@0.1.3
bun add object.reduce@0.1.3
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| for-own | ^0.1.2 |