UNPKG

@dotenv-run/core

Version:

core library to load environment variables with monorepo support

6 lines 383 B
import { DotenvRun } from "./build.js"; import type { DotenvRunOptions } from "./options.js"; export type Env = Record<string, string>; export declare function env({ cwd, environment, files, dotenv, prefix, verbose, nodeEnv, builtIn, runtime, define, global, unsecure, root, }?: DotenvRunOptions): DotenvRun; export declare const plugin: typeof env; //# sourceMappingURL=env.d.ts.map