UNPKG

@dotenv-run/core

Version:

core library to load environment variables with monorepo support

13 lines 290 B
export * from "./env.js"; export * from "./options.js"; export * from "./root.js"; export * from "./build.js"; declare global { interface ImportMeta { env: ImportMetaEnv; } interface ImportMetaEnv { [key: string]: any; } } //# sourceMappingURL=index.d.ts.map