選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
439 B

4年前
  1. # lodash.some v4.6.0
  2. The [lodash](https://lodash.com/) method `_.some` 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.some
  8. ```
  9. In Node.js:
  10. ```js
  11. var some = require('lodash.some');
  12. ```
  13. See the [documentation](https://lodash.com/docs#some) or [package source](https://github.com/lodash/lodash/blob/4.6.0-npm-packages/lodash.some) for more details.