UNPKG

@intuitionrobotics/ts-common

Version:
9 lines 403 B
import { LogLevel, type LogParam } from "./types.js"; import { LogClient } from "./LogClient.js"; declare class LogClient_Function_class extends LogClient { constructor(); protected logMessage(level: LogLevel, bold: boolean, prefix: string, toLog: LogParam[]): void; } export declare const LogClient_Function: LogClient_Function_class; export {}; //# sourceMappingURL=LogClient_Function.d.ts.map