@microsoft/dev-tunnels-ssh
Version:
SSH library for Dev Tunnels
13 lines • 379 B
JavaScript
;
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
Object.defineProperty(exports, "__esModule", { value: true });
exports.EncryptionAlgorithm = void 0;
class EncryptionAlgorithm {
constructor(name) {
this.name = name;
}
}
exports.EncryptionAlgorithm = EncryptionAlgorithm;
//# sourceMappingURL=encryptionAlgorithm.js.map