UNPKG

haz-cli

Version:
11 lines (10 loc) 278 B
export default class Env { private env; constructor(); static docker(container: string): any; static dockerComposeFile(): string; static get(key: string): any; docker(container: string): any; dockerComposeFile(): string; get(key: string): any; }