@typed/content-hash
Version:
Content hash a directory of HTML/JS/CSS files and other static assets
5 lines • 370 B
TypeScript
import { Env } from '@typed/fp/Env';
import { DocumentRegistry, DocumentRegistryEnv } from '../application/model';
import { LoggerEnv } from '../application/services/logging';
export declare const rewriteSourceMapUrls: (hashLength: number, sourceMaps: boolean) => Env<DocumentRegistryEnv & LoggerEnv, DocumentRegistry>;
//# sourceMappingURL=rewriteSourceMapUrls.d.ts.map