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/

7 lines (6 loc) 240 B
import type { UserAgentPair } from "@smithy/types"; /** * Returns the tyescript name and version as a user agent pair, if present. * @internal */ export declare const getTypeScriptUserAgentPair: () => Promise<UserAgentPair | undefined>;