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