UNPKG

zksync-cli

Version:

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

4 lines (3 loc) 195 B
import type Module from "./modules/Module.js"; export declare const cleanModule: (module: Module) => Promise<void>; export declare const handler: (modulePackageNames: string[]) => Promise<void>;