The internal lodash function `root` exported as a module.
npm install lodash._rootThe internal lodash function root exported as a Node.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash._root
In Node.js:
`js``
var root = require('lodash._root');
See the package source for more details.