UNPKG

@aws-sdk/util-user-agent-node

Version:

[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-user-agent-node/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-user-agent-node.svg)](https://www.npmjs.com/

9 lines (8 loc) 326 B
/** * Validates a semver string (with optional pre-release and/or build metadata). * If valid, returns the version string with build metadata stripped. * Returns undefined if the string is not a valid semver. * * @internal */ export declare const getSanitizedTypeScriptVersion: (version?: string) => string | undefined;