UNPKG

log-mess

Version:

Log messages with tags and configuration

12 lines (11 loc) 192 B
export type Message = { id: number; timestamp: number; value: any[]; tag: string | undefined; }; export type Config = { t0: string[]; t1: string[]; v0: boolean; };