The modern build of lodash’s internal `baseCopy` as a module.
npm install lodash._basecopyThe modern build of lodash’s internal baseCopy exported as a Node.js/io.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash._basecopy
In Node.js/io.js:
`js``
var baseCopy = require('lodash._basecopy');
See the package source for more details.