asap.js 175 B

1234
  1. import { AsapAction } from './AsapAction';
  2. import { AsapScheduler } from './AsapScheduler';
  3. export const asap = new AsapScheduler(AsapAction);
  4. //# sourceMappingURL=asap.js.map