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

async.js 312B

123456
  1. /** PURE_IMPORTS_START _AsyncAction,_AsyncScheduler PURE_IMPORTS_END */
  2. import { AsyncAction } from './AsyncAction';
  3. import { AsyncScheduler } from './AsyncScheduler';
  4. export var asyncScheduler = /*@__PURE__*/ new AsyncScheduler(AsyncAction);
  5. export var async = asyncScheduler;
  6. //# sourceMappingURL=async.js.map