UNPKG

@typed/content-hash

Version:

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

6 lines 393 B
import { Env } from '@typed/fp/Env'; import { DocumentRegistryEnv } from '../application/model'; import { LoggerEnv } from '../application/services/logging'; import { Document } from '../domain/model'; export declare const fsReadDependencies: (directory: string, document: Document) => Env<LoggerEnv & DocumentRegistryEnv, readonly Document[]>; //# sourceMappingURL=fsReadDependencies.d.ts.map