UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

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>;