Files
lodash/lodash.tofinite/README.md
John-David Dalton b86a160e0e Bump to v4.12.1.
2019-07-09 21:54:53 -07:00

19 lines
469 B
Markdown

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