UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

8 lines 243 B
/** * Generates a random string of a given length * * @param length The length of the string you would like to generate * @returns */ export declare function randomCharacters(length?: number): string; //# sourceMappingURL=strings.d.ts.map