Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 467 B

3 år sedan
123456789101112131415161718
  1. # lodash.isfinite v3.3.2
  2. The [lodash](https://lodash.com/) method `_.isFinite` 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.isfinite
  8. ```
  9. In Node.js:
  10. ```js
  11. var isFinite = require('lodash.isfinite');
  12. ```
  13. See the [documentation](https://lodash.com/docs#isFinite) or [package source](https://github.com/lodash/lodash/blob/3.3.2-npm-packages/lodash.isfinite) for more details.