@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
17 lines • 770 B
JavaScript
;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Extensions = void 0;
const codegen_1 = require("@azure-tools/codegen");
const linq_1 = require("@azure-tools/linq");
class Extensions extends codegen_1.Initializer {
constructor() {
super();
this.extensions = new linq_1.Dictionary();
}
}
exports.Extensions = Extensions;
//# sourceMappingURL=extensions.js.map