LookAtMySuitBot/js/node_modules/rxjs/dist/esm/internal/scheduler/asap.js

5 lines
219 B
JavaScript
Raw Normal View History

2023-12-24 20:08:39 -05:00
import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';
export const asapScheduler = new AsapScheduler(AsapAction);
export const asap = asapScheduler;
//# sourceMappingURL=asap.js.map