Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

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