UNPKG

186 BTypeScriptView Raw
1export declare const SRI_HASH_ALGORITHMS: string[];
2export declare function calculateBase64IntegrityFromFilename(path: string, hashFunction: string, hashDigest: string): string | false;