UNPKG

@import-meta-env/unplugin

Version:

Build once, deploy anywhere. Startup/runtime environment variable solution for JavaScript.

5 lines (4 loc) 173 B
export declare const resolveEnv: ({ envFilePath, envExampleFilePath, }: { envFilePath: undefined | string; envExampleFilePath: string; }) => Record<string, string>;