Files
lodash/lodash.divide/README.md
John-David Dalton 265d0f01e3 Bump to v4.9.0.
2019-07-09 21:54:50 -07:00

19 lines
453 B
Markdown

# lodash.divide v4.9.0
The [lodash](https://lodash.com/) method `_.divide` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.divide
```
In Node.js:
```js
var divide = require('lodash.divide');
```
See the [documentation](https://lodash.com/docs#divide) or [package source](https://github.com/lodash/lodash/blob/4.9.0-npm-packages/lodash.divide) for more details.