UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

5 lines 321 B
export type { StorageConfig, TopLevelConfig } from './config/config.js'; export { loadConfigFiles } from './config/configFile.js'; export type { AwsIamStore } from './persistence/AwsIamStore.ts'; export { createInMemoryStorageClient, createStorageClient } from './persistence/util.js'; //# sourceMappingURL=index.d.ts.map