7c21041453916fb90c8315d184f857e17a1970d3d8c2848b14d2934549f35f20329f5486ee909f787a4e4bbdca88fb17dc8feb890f9f97af7e05a099151b59 474 B

123456789101112131415161718
  1. # lodash.transform v4.6.0
  2. The [lodash](https://lodash.com/) method `_.transform` exported as a [Node.js](https://nodejs.org/) module.
  3. ## Installation
  4. Using npm:
  5. ```bash
  6. $ {sudo -H} npm i -g npm
  7. $ npm i --save lodash.transform
  8. ```
  9. In Node.js:
  10. ```js
  11. var transform = require('lodash.transform');
  12. ```
  13. See the [documentation](https://lodash.com/docs#transform) or [package source](https://github.com/lodash/lodash/blob/4.6.0-npm-packages/lodash.transform) for more details.