UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (6 loc) 202 B
import type { UserAgentPair } from "@smithy/types"; /** * Returns the runtime name and version as a user agent pair. * @internal */ export declare const getRuntimeUserAgentPair: () => UserAgentPair;