rearrage_stuff
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { AsyncAction } from './AsyncAction';
|
||||
import { AsyncScheduler } from './AsyncScheduler';
|
||||
export const asyncScheduler = new AsyncScheduler(AsyncAction);
|
||||
export const async = asyncScheduler;
|
||||
//# sourceMappingURL=async.js.map
|
||||
Reference in New Issue
Block a user