UNPKG

poku

Version:

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

7 lines (6 loc) 257 B
export declare const removeComments: (input: string) => string; export declare const parseEnvLine: (line: string) => { arg: string; value: string; } | null; export declare const resolveEnvVariables: (str: string, env: typeof process.env) => string;