UNPKG

zksync-cli

Version:

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

10 lines (9 loc) 295 B
import type Module from "../Module.js"; export declare const getModulesRequiringUpdates: (modules: Module[]) => Promise<{ module: Module<{ [x: string]: unknown; }>; currentVersion: string | undefined; latestVersion: string | undefined; requiresUpdate: boolean; }[]>;