The lodash method `_.floor` exported as a module.
npm install lodash.floorThe lodash method _.floor exported as a Node.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash.floor
In Node.js:
`js``
var floor = require('lodash.floor');
See the documentation or package source for more details.