trendtech-taskforce
v3.0.0
Published
``` npm i trendtech-taskforce ```
Readme
Installation
npm i trendtech-taskforceTest
Install Mocha
npm install --global mochaRun Test
mocha ./node_modules/trendtech-taskforce/test/Using
const tt = require('trendtech-taskforce')
tt.toRanges([1,2,3,4,5,6,7,8]).then(console.log) // 1-8