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

5 lines (3 loc) 126 B
declare function uniq<T>(array: T[]): T[]; declare function entryToFile(mod?: string): string; export { entryToFile, uniq };