UNPKG

@nrchkb/logger

Version:

Unified Logger for Node-RED nodes (using debug)

3 lines (2 loc) 167 B
import { Debug } from './types/debug'; export declare const setTimestamp: (debug: Debug, LOGGER_TIMESTAMP_ENABLED: string | boolean, namespacePrefix: string) => void;