UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

8 lines 208 B
import { IAM_COLLECT_VERSION } from './version.js'; /** * Get the version of the package */ export function iamCollectVersion() { return IAM_COLLECT_VERSION; } //# sourceMappingURL=packageVersion.js.map