reduce-object
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
2 个版本
安装
npm install reduce-object
yarn add reduce-object
pnpm add reduce-object
bun add reduce-object