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

6 lines 227 B
import type { MapFileConfig } from './map-file-config.js'; export interface ParsedMapFile { readonly config: MapFileConfig; readonly mappings: ReadonlyMap<string, string>; } //# sourceMappingURL=parsed-map-file.d.ts.map