armpit
Version:
Another resource manager programming interface toolkit.
14 lines • 505 B
TypeScript
import { filterProperties, pickValues } from "./tsUtils.js";
import { az } from "./azRoot.js";
declare const helpers: {
readonly filterProperties: typeof filterProperties;
readonly pickValues: typeof pickValues;
};
export default az;
export { az, helpers };
export { extractSubscriptionFromId, toCliArgPairs } from "./azureUtils.js";
export * from "./azureTypes.js";
export * from "./azInterfaces.js";
export * from "./nameHash.js";
export * from "./errors.js";
//# sourceMappingURL=index.d.ts.map