vcpkg-tool/vcpkg-artifacts/version.ts

7 строки
265 B
TypeScript

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/** export a constant with the version of this library. */
// eslint-disable-next-line @typescript-eslint/no-var-requires
export const Version: string = require('../package.json').version;