UNPKG

armpit

Version:

Another resource manager programming interface toolkit.

9 lines 523 B
import { type Account, type ResourceSummary, isSubscriptionId, isTenantId } from "./azUtils.js"; import { NameHash } from "./nameHash.js"; import { ExistingGroupLocationConflictError, GroupNotEmptyError } from "./errors.js"; import { AzGlobalInterface } from "./interface.js"; export type { Account, ResourceSummary, }; declare const az: AzGlobalInterface; export default az; export { az, isSubscriptionId, isTenantId, NameHash, ExistingGroupLocationConflictError, GroupNotEmptyError, }; //# sourceMappingURL=index.d.ts.map