5 lines
No EOL
219 B
JavaScript
Executable file
5 lines
No EOL
219 B
JavaScript
Executable file
import { AsapAction } from './AsapAction';
|
|
import { AsapScheduler } from './AsapScheduler';
|
|
export const asapScheduler = new AsapScheduler(AsapAction);
|
|
export const asap = asapScheduler;
|
|
//# sourceMappingURL=asap.js.map
|