Buckets:

imerfanrajabee's picture
download
raw
284 Bytes
import { asyncScheduler } from '../scheduler/async';
import { timer } from './timer';
export function interval(period = 0, scheduler = asyncScheduler) {
if (period < 0) {
period = 0;
}
return timer(period, period, scheduler);
}
//# sourceMappingURL=interval.js.map

Xet Storage Details

Size:
284 Bytes
·
Xet hash:
106cb04defb46c78a1e14d8f390ca0b2c8421efc50c996c206b89510a66f6db8

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