UNPKG

cdk-insights

Version:

AWS CDK security and cost analysis tool with AI-powered insights

7 lines (6 loc) 256 B
/** Normalize and resolve the primary API base URL to use. */ export declare const resolveApiBase: (preferred?: string) => string; /** * Utility exported for tests. */ export declare const normalizeApiBase: (value?: string | null) => string | undefined;