Metzploreur/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts

6 lines
182 B
TypeScript
Raw Normal View History

2023-11-01 16:33:25 +00:00
export declare const ENV_PROFILE = "AWS_PROFILE";
export declare const DEFAULT_PROFILE = "default";
export declare const getProfileName: (init: {
profile?: string;
}) => string;