hexo/node_modules/lodash.reject/README.md

19 lines
453 B
Markdown
Raw Normal View History

2023-09-25 15:58:56 +08:00
# lodash.reject v4.6.0
The [lodash](https://lodash.com/) method `_.reject` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.reject
```
In Node.js:
```js
var reject = require('lodash.reject');
```
See the [documentation](https://lodash.com/docs#reject) or [package source](https://github.com/lodash/lodash/blob/4.6.0-npm-packages/lodash.reject) for more details.