kc-timespan
v1.0.5
Published
[js] Returns an extract of unix time that changes each S seconds.
Downloads
6
Maintainers
Readme
Timespan
[js] Returns an extract of unix time that changes each S seconds.
Install
npm install kc-timespan
Use
var timeSpan = require('kc-timespan');
var ts = timeSpan(5);
console.log(ts);