feat: init
This commit is contained in:
7
node_modules/nitropack/dist/runtime/internal/utils.env.d.ts
generated
vendored
Normal file
7
node_modules/nitropack/dist/runtime/internal/utils.env.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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>;
|
||||
Reference in New Issue
Block a user