UNPKG

@cspell/cspell-tools

Version:
4 lines 211 B
export type Logger = (message?: any, ...optionalParams: any[]) => void; export declare function setLogger(logger?: Logger): void; export declare function getLogger(): Logger; //# sourceMappingURL=logger.d.ts.map