UNPKG

@mischback/buster

Version:

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

7 lines (6 loc) 301 B
export declare class JsonInterfaceError extends Error { originalError: Error; constructor(message: string, err: Error); } export declare function loadJsonFromFile(filename: string): Promise<unknown>; export declare function writeJsonToFile(filename: string, jsonData: unknown): Promise<void>;