UNPKG

@hairy/lnv

Version:

Loading environment variables in Next.js and other frameworks can be quite cumbersome, and using dotenv or vault at runtime is also inconvenient. That's why my created this tool

4 lines (2 loc) 112 B
declare function run(command: string | string[], env?: Record<string, string>): Promise<void>; export { run };