Files
Remote-Control-Center/mc_test/node_modules/app-builder-lib/out/util/hash.d.ts
2025-11-25 09:56:15 +03:00

2 lines
129 B
TypeScript
Executable File

export declare function hashFile(file: string, algorithm?: string, encoding?: "base64" | "hex", options?: any): Promise<string>;