mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-18 21:47:35 -04:00
5 lines
229 B
JavaScript
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
|