Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / scheduler / asap.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 var AsapAction_1 = require("./AsapAction");
4 var AsapScheduler_1 = require("./AsapScheduler");
5 exports.asapScheduler = new AsapScheduler_1.AsapScheduler(AsapAction_1.AsapAction);
6 exports.asap = exports.asapScheduler;
7 //# sourceMappingURL=asap.js.map