blob: 29ae3a84fa3cfd032882a085943d2d31f4bf6de1 [file] [log] [blame]
import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';
export const asapScheduler = new AsapScheduler(AsapAction);
export const asap = asapScheduler;
//# sourceMappingURL=asap.js.map