@szzbmy/lowcode-cli
Version:
🐇 lowcode-cli is an efficient cli tool for Rabbitpre plugin component secondary development. ❤️
13 lines (12 loc) • 384 B
TypeScript
export interface INotifierInfo {
/** Latest version */
latest: string;
/** Current version */
current: string;
/** Type of current update. Possible values: latest, major, minor, patch, prerelease, build */
type: string;
/** Package name */
name: string;
}
export declare const VERSION_RRG: RegExp;
export declare function checkUpdate(): Promise<void>;