mirror of
https://github.com/azure/login.git
synced 2026-06-08 19:47:06 +00:00
13 lines
297 B
JavaScript
13 lines
297 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = _awaitAsyncGenerator;
|
|
var _OverloadYield = require("OverloadYield");
|
|
|
|
function _awaitAsyncGenerator(value) {
|
|
return new _OverloadYield(value, 0);
|
|
}
|
|
|
|
//# sourceMappingURL=awaitAsyncGenerator.js.map
|