UNPKG

@typed/content-hash

Version:

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

4 lines 266 B
import { DocumentRegistry } from '../../application/model'; import { Document } from '../../domain/model'; export declare const getHashedPath: (document: Document, registry: DocumentRegistry, hashLength: number) => string; //# sourceMappingURL=getHashedPath.d.ts.map