UNPKG

sync-dotenv

Version:

Keep your .env in sync with .env.example

9 lines (7 loc) 257 B
#!/usr/bin/env node declare const syncEnv: (sampleEnv?: string | undefined, source?: string | undefined, samples?: string | undefined) => Promise<{ msg: string; code: number; } | string>; export default syncEnv; //# sourceMappingURL=index.d.ts.map