Initial commit: Book management system with Rust Loco backend and Vue 3 frontend
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { asyncScheduler } from '../scheduler/async';
|
||||
import { sample } from './sample';
|
||||
import { interval } from '../observable/interval';
|
||||
export function sampleTime(period, scheduler) {
|
||||
if (scheduler === void 0) { scheduler = asyncScheduler; }
|
||||
return sample(interval(period, scheduler));
|
||||
}
|
||||
//# sourceMappingURL=sampleTime.js.map
|
||||
Reference in New Issue
Block a user