UNPKG

@patchworkdev/pdk

Version:

Patchwork Development Kit

3 lines 271 B
export declare function getEnvFile(filePath: string, createIfNotExists?: boolean, example?: string): Promise<Record<string, string>>; export declare function writeEnvFile(content: Record<string, string>, filePath: string): Promise<void>; //# sourceMappingURL=env.d.ts.map