@typed/content-hash
Version:
Content hash a directory of HTML/JS/CSS files and other static assets
4 lines • 415 B
TypeScript
import { DocumentRegistry } from '../application/model';
import { AssetManifest } from '../domain/model';
export declare const generateAssetManfiestFromRegistry: (directory: string, registry: DocumentRegistry, hashLength: number, baseUrl?: string | undefined) => import("@typed/fp/cjs/Env").Env<import("../application/services/logging").LoggerEnv, AssetManifest>;
//# sourceMappingURL=generateAssetManifest.d.ts.map