mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
7 lines
312 B
JavaScript
7 lines
312 B
JavaScript
|
|
/** PURE_IMPORTS_START _AsyncAction,_AsyncScheduler PURE_IMPORTS_END */
|
||
|
|
import { AsyncAction } from './AsyncAction';
|
||
|
|
import { AsyncScheduler } from './AsyncScheduler';
|
||
|
|
export var asyncScheduler = /*@__PURE__*/ new AsyncScheduler(AsyncAction);
|
||
|
|
export var async = asyncScheduler;
|
||
|
|
//# sourceMappingURL=async.js.map
|