UNPKG

zksync-cli

Version:

CLI tool that simplifies the process of developing applications and interacting with the ZKsync network

5 lines (4 loc) 325 B
import type { ExecuteOptions } from "./helpers.js"; export declare const cloneRepo: (repoUrl: string, destination: string, options?: ExecuteOptions) => Promise<void>; export declare const getLatestReleaseVersion: (repo: string) => Promise<string>; export declare const getLatestCommitHash: (repo: string) => Promise<string>;