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