UNPKG

@typed/content-hash

Version:

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

4 lines 239 B
import { Env } from '@typed/fp/Env'; import { LoggerEnv } from '../application/services/logging'; export declare const fsReadDirectory: (directory: string) => Env<LoggerEnv, readonly string[]>; //# sourceMappingURL=fsReadDirectory.d.ts.map