UNPKG

@modyo/cli

Version:

Modyo CLI Command line to expose local development tools

7 lines (6 loc) 195 B
export declare function buildEnvContent(values: { readonly [key: string]: string; }): string; export declare function readEnv(path: string): Promise<{ readonly [key: string]: string; }>;