UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

6 lines (5 loc) 180 B
import type { IoHelper } from '../../api-private'; /** * Get or create installation id */ export declare function getOrCreateInstallationId(ioHelper: IoHelper): Promise<string>;