UNPKG

@mischback/buster

Version:

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

7 lines (6 loc) 382 B
import { ISettingsParam, Logger } from "tslog"; export declare const logger: Logger; export declare function applyLoggingConfiguration(loggingConfig: ISettingsParam): void; export declare function applyDebugConfiguration(): void; export declare function applyUserConfiguration(loggingConfig: ISettingsParam, debug: boolean): void; export declare function suppressLogOutput(): void;