UNPKG

@mischback/buster

Version:

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

6 lines (5 loc) 197 B
import { BusterConfig } from "../configure"; export interface HashWalkerResult { [index: string]: string; } export declare function hashWalker(config: BusterConfig): Promise<HashWalkerResult>;