UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

8 lines 282 B
/** * Just chill for a bit. Used for testing. * * @param milliseconds the number of milliseconds to sleep * @returns A promise that resolves after the specified time */ export declare function sleep(milliseconds: number): Promise<unknown>; //# sourceMappingURL=promise.d.ts.map