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

18 行
467 B

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