UNPKG

@tableau/taco-toolkit

Version:
8 lines (7 loc) 135 B
/** * Logging configuration for a single log line */ export interface LogOptions { timestamp?: number; highlight?: string; }