Last change
on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
312 bytes
|
Line | |
---|
1 | /** PURE_IMPORTS_START _AsyncAction,_AsyncScheduler PURE_IMPORTS_END */
|
---|
2 | import { AsyncAction } from './AsyncAction';
|
---|
3 | import { AsyncScheduler } from './AsyncScheduler';
|
---|
4 | export var asyncScheduler = /*@__PURE__*/ new AsyncScheduler(AsyncAction);
|
---|
5 | export var async = asyncScheduler;
|
---|
6 | //# sourceMappingURL=async.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.