UNPKG

nitropack

Version:

Build and Deploy Universal JavaScript Servers

8 lines (7 loc) 294 B
export type EnvOptions = { prefix?: string; altPrefix?: string; envExpansion?: boolean; }; export declare function getEnv(key: string, opts: EnvOptions): unknown; export declare function applyEnv(obj: Record<string, any>, opts: EnvOptions, parentKey?: string): Record<string, any>;