mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
19 lines
469 B
Markdown
19 lines
469 B
Markdown
# lodash.stubtrue v4.13.0
|
|
|
|
The [lodash](https://lodash.com/) method `_.stubTrue` exported as a [Node.js](https://nodejs.org/) module.
|
|
|
|
## Installation
|
|
|
|
Using npm:
|
|
```bash
|
|
$ {sudo -H} npm i -g npm
|
|
$ npm i --save lodash.stubtrue
|
|
```
|
|
|
|
In Node.js:
|
|
```js
|
|
var stubTrue = require('lodash.stubtrue');
|
|
```
|
|
|
|
See the [documentation](https://lodash.com/docs#stubTrue) or [package source](https://github.com/lodash/lodash/blob/4.13.0-npm-packages/lodash.stubtrue) for more details.
|