UNPKG

poku

Version:

🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.

3 lines (2 loc) 137 B
/** Reads an environment file and sets the environment variables. */ export declare const envFile: (filePath?: string) => Promise<void>;