UNPKG

@intuitionrobotics/ts-common

Version:
6 lines (5 loc) 374 B
import { LogParam } from "./types"; export declare function _logger_logObject(instance: object): string; export declare function _logger_convertLogParamsToStrings(params: LogParam[]): string[]; export declare function _logger_logException(error: Error, fullStack?: string): string; export declare function _logger_indentNewLineBy(linePrefix: string, input: string): string;