UNPKG

@lorefnon/tslog

Version:

Extensible TypeScript Logger for Node.js and Browser.

3 lines (2 loc) 221 B
import { ISettings } from "./interfaces.js"; export declare function formatTemplate<LogObj>(settings: ISettings<LogObj>, template: string, values: Record<string, string | number>, hideUnsetPlaceholder?: boolean): string;