Files
wechatpay-enterprise-web/node_modules/rxjs/_esm2015/internal/scheduler/asap.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08: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