asap.ts 144 Bytes
import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';

export const asap = new AsapScheduler(AsapAction);