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
/
tag.d.ts
5 lines
(4 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
getTag
(
tag
:
string
|
undefined
,
decoration
?: { bg?:
string
; fg?:
string
; }
):
string
[];