mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
7 lines
337 B
JavaScript
7 lines
337 B
JavaScript
|
|
"use strict";
|
||
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
|
var AsyncAction_1 = require("./AsyncAction");
|
||
|
|
var AsyncScheduler_1 = require("./AsyncScheduler");
|
||
|
|
exports.asyncScheduler = new AsyncScheduler_1.AsyncScheduler(AsyncAction_1.AsyncAction);
|
||
|
|
exports.async = exports.asyncScheduler;
|
||
|
|
//# sourceMappingURL=async.js.map
|