UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

8 lines (7 loc) 247 B
import type { ParsedIniData } from "@smithy/types"; /** * Merge multiple profile config files such that settings each file are kept together * * @internal */ export declare const mergeConfigFiles: (...files: ParsedIniData[]) => ParsedIniData;