UNPKG

@typed/content-hash

Version:

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

8 lines 501 B
import { Env, RequirementsOf } from '@typed/fp/Env'; import { DocumentRegistry, DocumentRegistryEnv } from '../model'; import { LoggerEnv } from './logging'; export declare const rewriteSourceMapUrls: Env<LoggerEnv & DocumentRegistryEnv & { readonly rewriteSourceMapUrls: () => Env<LoggerEnv & DocumentRegistryEnv, DocumentRegistry>; }, DocumentRegistry>; export declare type RewriteSourceMapUrlsEnv = RequirementsOf<typeof rewriteSourceMapUrls>; //# sourceMappingURL=rewriteSourceMapUrls.d.ts.map