Initial commit

This commit is contained in:
2025-03-07 19:22:02 +01:00
commit 4a98255d83
55743 changed files with 5280367 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
"use strict";
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Generated from ../../../cs/src/Contracts/TunnelEndpoint.cs
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.TunnelEndpoint = exports.portToken = void 0;
/**
* Token included in {@link TunnelEndpoint.portUriFormat} and {@link
* TunnelEndpoint.portSshCommandFormat} that is to be replaced by a specified port number.
*/
exports.portToken = '{port}';
// Import static members from a non-generated file,
// and re-export them as an object with the same name as the interface.
const tunnelEndpointStatics_1 = require("./tunnelEndpointStatics");
exports.TunnelEndpoint = {
portToken: exports.portToken,
getPortUri: tunnelEndpointStatics_1.getPortUri,
getPortSshCommand: tunnelEndpointStatics_1.getPortSshCommand,
};
//# sourceMappingURL=tunnelEndpoint.js.map