5 lines
215 B
JavaScript
5 lines
215 B
JavaScript
|
import { AsapAction } from './AsapAction';
|
||
|
import { AsapScheduler } from './AsapScheduler';
|
||
|
export var asapScheduler = new AsapScheduler(AsapAction);
|
||
|
export var asap = asapScheduler;
|
||
|
//# sourceMappingURL=asap.js.map
|