Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/nitropack/dist/runtime/internal/utils.env.d.ts
T
2025-09-18 19:01:22 +07:00

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