UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

4 lines 183 B
import { AsyncAction } from './AsyncAction'; import { AsyncScheduler } from './AsyncScheduler'; export const async = new AsyncScheduler(AsyncAction); //# sourceMappingURL=async.js.map