spmjs

spm@3.x

Brand new static package manager for browser.

Getting Started 󰅴 Packages

lodash._baseflatten


The internal lodash function `baseFlatten` exported as a module.

spm install lodash._baseflatten
Versions 4.2.0
Updated 9 years ago
Homepage https://lodash.com/
Repository git+https://github.com/lodash/lodash.git
Main index.js
Owner

lodash._baseflatten v4.2.0

The internal lodash function baseFlatten exported as a Node.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash._baseflatten

In Node.js:

var baseFlatten = require('lodash._baseflatten');

See the package source for more details.