Files
wechatpay-enterprise-web/node_modules/rxjs/_esm2015/internal/scheduler/async.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

5 lines
229 B
JavaScript

import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export const asyncScheduler = new AsyncScheduler(AsyncAction);
export const async = asyncScheduler;
//# sourceMappingURL=async.js.map