asap.ts 144 Bytes Edit Raw Blame History Permalink 1 2 3 4 import { AsapAction } from './AsapAction'; import { AsapScheduler } from './AsapScheduler'; export const asap = new AsapScheduler(AsapAction);