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