UNPKG
log-mess
Version:
latest (1.0.0)
1.0.0
0.0.4
0.0.2
0.0.1
Log messages with tags and configuration
github.com/Emestie/log-mess
Emestie/log-mess
log-mess
/
dist
/
types.d.ts
12 lines
(11 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
type
Message
= {
id
:
number
;
timestamp
:
number
;
value
:
any
[];
tag
:
string
|
undefined
; };
export
type
Config
= {
t0
:
string
[];
t1
:
string
[];
v0
:
boolean
; };