elearning/Frontend-Learner/node_modules/nitropack/dist/runtime/internal/utils.env.d.ts

8 lines
294 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
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>;