UNPKG

zksync-cli

Version:

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

7 lines (6 loc) 158 B
export declare const Package: { name: string; description: string; version: string; }; export declare const checkForUpdates: () => Promise<void>;