dop-stick
Version:
Source control tooling for versionable-upgradeable smart contracts
12 lines • 352 B
TypeScript
export declare class DeploymentProgress {
private startTime;
private spinner;
private currentStep;
start(initialStep: string): void;
update(step: string): void;
complete(message: string): void;
fail(message: string): void;
private startSpinner;
private stopSpinner;
}
//# sourceMappingURL=deploymentProgress.d.ts.map