UNPKG

@stoar/cli

Version:

CLI tool for STOAR - decentralized file storage on Arweave

5 lines 224 B
export declare function checkForUpdates(currentVersion: string, options?: { skipCheck?: boolean; }): Promise<void>; export declare function dismissUpdate(version: string): void; //# sourceMappingURL=update-check.d.ts.map