UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (6 loc) 274 B
import type { ParsedIniData } from "@smithy/types"; /** * Returns the sso-session data from parsed ini data by reading * ssoSessionName after sso-session prefix including/excluding quotes */ export declare const getSsoSessionData: (data: ParsedIniData) => ParsedIniData;