canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
19 lines (13 loc) • 451 B
Markdown
# lodash._baseiteratee v4.6.1
The internal [lodash](https://lodash.com/) function `baseIteratee` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash._baseiteratee
```
In Node.js:
```js
var baseIteratee = require('lodash._baseiteratee');
```
See the [package source](https://github.com/lodash/lodash/blob/4.6.1-npm-packages/lodash._baseiteratee) for more details.