hash.d.ts 129 Bytes Raw Blame History Permalink 1 export declare function hashFile(file: string, algorithm?: string, encoding?: "base64" | "hex", options?: any): Promise<string>;