async.js 183 Bytes Edit 1 2 3 4 import { AsyncAction } from './AsyncAction'; import { AsyncScheduler } from './AsyncScheduler'; export const async = new AsyncScheduler(AsyncAction); //# sourceMappingURL=async.js.map