UNPKG

cdk-insights

Version:

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

6 lines (5 loc) 155 B
export interface OwnerRepo { owner: string; repo: string; } export declare const getGithubOwnerAndRepo: (remoteName?: string) => OwnerRepo | null;