UNPKG

@typed/content-hash

Version:

Content hash a directory of HTML/JS/CSS files and other static assets

5 lines 315 B
import { Option } from 'fp-ts/Option'; import { DocumentRegistry } from '../../application/model'; import { Document } from '../../domain/model'; export declare const getContentHash: (document: Document, registry: DocumentRegistry, hashLength: number) => Option<string>; //# sourceMappingURL=getContentHash.d.ts.map