UNPKG
charmlog
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
Library to improve logging
github.com/antisedativ/CharmLog
antisedativ/CharmLog
charmlog
/
dist
/
utils
/
color.d.ts
3 lines
•
170 B
TypeScript
View Raw
1
2
3
export
declare
function
hexToAnsiColor
(
hexColor
:
string
):
string
;
export
declare
function
print
(
text
:
string
,
hexColor
:
string
):
void
;
//# sourceMappingURL=color.d.ts.map