UNPKG

@mischback/buster

Version:

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

6 lines (5 loc) 247 B
import { BusterError } from "../errors"; export declare class BusterExtensionFilterError extends BusterError { constructor(message: string); } export declare function filterByExtension(filename: string, extensions: string[]): Promise<string>;