ktongue's picture
download
raw
403 Bytes
import {timeInterval} from "./interval.js";
import {durationSecond} from "./duration.js";
export const second = timeInterval((date) => {
date.setTime(date - date.getMilliseconds());
}, (date, step) => {
date.setTime(+date + step * durationSecond);
}, (start, end) => {
return (end - start) / durationSecond;
}, (date) => {
return date.getUTCSeconds();
});
export const seconds = second.range;

Xet Storage Details

Size:
403 Bytes
·
Xet hash:
e743186ec76135655a8970b4593e503f2279fc3e039aab96ce167ec3a7d6b6d2

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.