7 lines
250 B
JavaScript
7 lines
250 B
JavaScript
"use strict";
|
|
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT License.
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.SDK_VERSION = void 0;
|
|
exports.SDK_VERSION = "4.9.0";
|
|
//# sourceMappingURL=constants.js.map
|