UNPKG

@dotenv-run/core

Version:

core library to load environment variables with monorepo support

8 lines 275 B
export type Dict = Record<string, string>; export type DotenvRun = { raw: Dict; stringified: Dict; full: Dict; }; export declare function build(processEnv: Dict, runtime: boolean, globalVar: string, define?: string): DotenvRun; //# sourceMappingURL=build.d.ts.map