UNPKG

firmament-docker

Version:

Typescript classes for performing Docker operations

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