UNPKG

@ts-common/azure-js-dev-tools

Version:

Developer dependencies for TypeScript related projects

11 lines 357 B
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */ import { Version } from "./version"; /** * Get the Node.js version that this script is running in. */ export declare function getNodeVersion(): Version; //# sourceMappingURL=node.d.ts.map