UNPKG

zksync-cli

Version:

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

7 lines (6 loc) 190 B
type ModuleUpdateOptions = { force?: boolean; package?: boolean; }; export declare const handler: (moduleNames: string[], options?: ModuleUpdateOptions) => Promise<void>; export {};