frontend/.pnpm-store/v3/files/55/94b9919a467e4fca9bd8df9cb07dc0e07907da532aad5bf837fbf207542dc90fb4ac9437945bd4b3da9f4a02e1fe3119bf08c46ed81662adf4635ff7e083d1

5 lines
219 B
Plaintext

import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';
export const asapScheduler = new AsapScheduler(AsapAction);
export const asap = asapScheduler;
//# sourceMappingURL=asap.js.map