trendtech-taskforce
v3.0.0
Published
``` npm i trendtech-taskforce ```
Downloads
3
Readme
Installation
npm i trendtech-taskforce
Test
Install Mocha
npm install --global mocha
Run 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