UNPKG

dotenv-parser-serializer

Version:
4 lines (3 loc) 96 B
export type DotEnvObj = { [key: string]: string | { value: string, description: ?string }, };