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