UNPKG

@typed/content-hash

Version:

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

7 lines 381 B
import { Document } from '../domain/model'; export declare type ReadFileOptions = { readonly isBase64Encoded: boolean; readonly supportsSourceMaps: boolean; }; export declare const fsReadFile: (filePath: string, options: ReadFileOptions) => import("@typed/fp/Env").Env<import("../application/services/logging").LoggerEnv, Document>; //# sourceMappingURL=fsReadFile.d.ts.map