4 lines
183 B
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export const async = new AsyncScheduler(AsyncAction);
//# sourceMappingURL=async.js.map