create-tezos-smart-contract
Version:
Node.js toolset to write, test and deploy Tezos smart contracts
6 lines (5 loc) • 377 B
TypeScript
export declare const DOCKER_WARNING: RegExp;
export declare const hasImage: (imageName: string) => boolean;
export declare const pullImage: (imageName: string) => Promise<boolean>;
export declare const ensureImageIsPresent: (imageName: string) => Promise<boolean>;
export declare const handleDockerWarnings: (message: string, warnFn?: (...args: unknown[]) => void) => boolean;