25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 467 B

3 년 전
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.