frontend/.pnpm-store/v3/files/89/6cbd7af013c1b17e87a31b5cc50bb8776e8c7b963bf3649b27c50f036328e0d7bbde4ea588685e43db6b5188de5c059938e0294956cb54c7a953c9a72bd676

7 lines
300 B
Plaintext

/** PURE_IMPORTS_START _AsapAction,_AsapScheduler PURE_IMPORTS_END */
import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';
export var asapScheduler = /*@__PURE__*/ new AsapScheduler(AsapAction);
export var asap = asapScheduler;
//# sourceMappingURL=asap.js.map