UNPKG

envilder

Version:

A CLI and GitHub Action that securely centralizes your environment variables from AWS SSM or Azure Key Vault as a single source of truth

7 lines 176 B
export class SilentExitError extends Error { constructor(code) { super('silent exit'); this.code = code; } } //# sourceMappingURL=SilentExitError.js.map