UNPKG

dotenv-mono

Version:

This package permit to have a centralized dotenv on a monorepo. It also includes some extra features such as manipulation and saving of changes to the dotenv file, a default centralized file, and a file loader with ordering and priorities.

4 lines 101 B
#!/usr/bin/env node declare function main(): void; export { main }; //# sourceMappingURL=cli.d.ts.map