Files
2026-02-04 00:11:19 +05:00

5 lines
219 B
JavaScript
Executable File

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