@cloud-copilot/iam-collect
Version:
Collect IAM information from AWS Accounts
11 lines • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.iamCollectVersion = iamCollectVersion;
const version_js_1 = require("./version.js");
/**
* Get the version of the package
*/
function iamCollectVersion() {
return version_js_1.IAM_COLLECT_VERSION;
}
//# sourceMappingURL=packageVersion.js.map