123456789101112131415161718192021222324252627282930313233343536373839 |
- "use strict";
- var AsapAction_1 = require('./AsapAction');
- var AsapScheduler_1 = require('./AsapScheduler');
- exports.asap = new AsapScheduler_1.AsapScheduler(AsapAction_1.AsapAction);
|