mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-19 05:58:13 -04:00
lodash._baseassign v3.2.0
The modern build of lodash’s internal baseAssign exported as a Node.js/io.js module.
Installation
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash._baseassign
In Node.js/io.js:
var baseAssign = require('lodash._baseassign');
See the package source for more details.