elearning/Frontend-Learner/node_modules/nitropack/dist/runtime/internal/utils.env.d.ts
2026-01-13 10:48:02 +07:00

7 lines
294 B
TypeScript

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>;