armpit
Version:
Another resource manager programming interface toolkit.
14 lines • 434 B
JavaScript
import { filterProperties, pickValues } from "./tsUtils.js";
import { az } from "./azRoot.js";
const helpers = {
filterProperties,
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.js.map