Files

4 lines
131 B
TypeScript
Raw Permalink Normal View History

2025-08-11 11:06:07 +08:00
declare function checkUpdate1(options: any): Promise<undefined>;
export declare const checkUpdate: typeof checkUpdate1;
export {};