mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 08:52:59 +00:00
5 lines
219 B
JavaScript
5 lines
219 B
JavaScript
import { AsapAction } from './AsapAction';
|
|
import { AsapScheduler } from './AsapScheduler';
|
|
export const asapScheduler = new AsapScheduler(AsapAction);
|
|
export const asap = asapScheduler;
|
|
//# sourceMappingURL=asap.js.map
|