Skip to content

Commit

Permalink
const enum
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviomacedo committed Nov 15, 2024
1 parent d7b671a commit 16d3d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cli-plugin-contract/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface AwsCredentials {
getPromise?: () => Promise<void>;
}

export enum Mode {
export const enum Mode {
ForReading,
ForWriting,
}
Expand Down

0 comments on commit 16d3d4d

Please sign in to comment.