Files

5 lines
219 B
JavaScript
Raw Permalink Normal View History

2026-03-26 01:23:19 +08:00
import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';
export const asapScheduler = new AsapScheduler(AsapAction);
export const asap = asapScheduler;
//# sourceMappingURL=asap.js.map