UNPKG

zokrates-tools

Version:

ZoKrates convenience CL tools and scripts.

8 lines (7 loc) 204 B
interface BasicInput { name: string; filepath: string; } export declare function extractName(argv: BasicInput): string; export declare function execCmd(command: string): Promise<void>; export {};