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
/
src
/
colors
/
index.ts
6 lines
(4 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
// Basic colors
export
{ colors }
from
'./basic/colorMethod'
;
// Rainbow colors
export
{
default
as
rainbow }
from
'./rainbow/rainbowMethod'
;