UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

10 lines (9 loc) 288 B
import { LldConfigBase } from '../types/lldConfig.js'; /** * Get configuration from ts config file * @param configFile Config file * @returns Configuration */ export declare function getConfigTsFromConfigFile(configFile: string): Promise<{ default: LldConfigBase; } | undefined>;