NeahNew/node_modules/app-builder-lib/out/util/hash.d.ts
2025-05-06 22:43:27 +02:00

2 lines
129 B
TypeScript

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