unfix: add some bugs

呃这个可能有点炸了
This commit is contained in:
2025-10-16 17:39:50 +08:00
Unverified
parent 392a6a604c
commit 730a701deb
2049 changed files with 188059 additions and 122 deletions

View File

@@ -0,0 +1,7 @@
/// <reference types="node" />
import { SpawnSyncOptions } from 'child_process';
export declare function downloadUrl(url: string, file: string): Promise<void>;
export declare function hash(filePath: string): Promise<string>;
export declare function plusx(file: string): Promise<void>;
export declare function spawn(command: string, args?: ReadonlyArray<string>, options?: SpawnSyncOptions): Promise<void>;
//# sourceMappingURL=utils.d.ts.map