Files
pyrofetes-frontend/node_modules/rxjs/dist/esm/internal/scheduler/asap.js
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

5 lines
219 B
JavaScript

import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';
export const asapScheduler = new AsapScheduler(AsapAction);
export const asap = asapScheduler;
//# sourceMappingURL=asap.js.map