UNPKG

@mischback/buster

Version:

buster is a tool to support cache busting for static assets of a website.

6 lines (5 loc) 212 B
import { BusterError } from "../errors"; export declare class BusterHashError extends BusterError { constructor(message: string); } export declare function hashFileContent(filename: string): Promise<string>;