1.0.5 • Published 5 years ago
kc-timespan v1.0.5
Timespan
js Returns an extract of unix time that changes each S seconds.
Install
npm install kc-timespanUse
var timeSpan = require('kc-timespan');
var ts = timeSpan(5);
console.log(ts);js Returns an extract of unix time that changes each S seconds.
npm install kc-timespanvar timeSpan = require('kc-timespan');
var ts = timeSpan(5);
console.log(ts);