@autorest/openapi-to-cadl
Version:
Autorest plugin to scaffold a Typespec definition from an OpenAPI document
13 lines • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSession = exports.setSession = void 0;
let _session;
function setSession(session) {
_session = session;
}
exports.setSession = setSession;
function getSession() {
return _session;
}
exports.getSession = getSession;
//# sourceMappingURL=autorest-session.js.map