UNPKG

@typed/content-hash

Version:

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

8 lines 281 B
import { Position } from '../domain/model'; export declare const dependencyEq: import("fp-ts/Eq").Eq<{ readonly specifier: string; readonly filePath: string; readonly fileExtension: string; readonly position: Position; }>; //# sourceMappingURL=dependencyEq.d.ts.map