UNPKG
@log-rush/log-formatter
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Parse/Format/Style colored logs
@log-rush/log-formatter
/
dist
/
cjs
/
parsing
/
commands.d.ts
5 lines
(4 loc)
•
81 B
TypeScript
View Raw
1
2
3
4
5
export
declare
type
ColorResult
= {
color
:
string
;
remaining
:
string
; };