UNPKG

envilder

Version:

A CLI that securely centralizes your environment variables from AWS SSM as a single source of truth

6 lines 166 B
export interface ILogger { info(message: string): void; warn(message: string): void; error(message: string): void; } //# sourceMappingURL=ILogger.d.ts.map