UNPKG

@typed/content-hash

Version:

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

7 lines 339 B
/** * Generates an absolute URL given the build directory you're working from, * the file you're trying to make a change within, the origin you'd like to use, * and the relative URL you have. */ export declare function applyOrigin(buildDirectory: string, file: string, origin: string): string; //# sourceMappingURL=applyOrigin.d.ts.map