1 | ;
|
2 | const bluebird_1 = require("bluebird");
|
3 | function tsAwaiter(thisArg, _arguments, ignored, generator) {
|
4 | return bluebird_1.Promise.coroutine(generator).call(thisArg, _arguments);
|
5 | }
|
6 | exports.tsAwaiter = tsAwaiter;
|
7 | //# sourceMappingURL=awaiter.js.map |
\ | No newline at end of file |