1
0
forked from jchomaz/Vulture
Files

5 lines
219 B
JavaScript
Raw Permalink Normal View History

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