UNPKG

firmament-docker

Version:

Typescript classes for performing Docker operations

6 lines (5 loc) 126 B
export interface VmwareMake { export(argv: any): any; import(argv: any): any; uninstallOvfTool(argv: any): any; }