UNPKG
@ozmap/logger
Version:
beta (0.3.0-beta.5)
latest (0.2.8)
0.3.0-beta.5
0.3.0-beta.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.2-RC-3
0.1.1
0.1.0
DevOZ logger module.
github.com/ozmap/ozlogger
ozmap/ozlogger
@ozmap/logger
/
dist
/
util
/
enum
/
Colors.d.ts
8 lines
(7 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
const
Colors
: {
readonly
red
:
"\u001B[31m"
;
readonly
green
:
"\u001B[32m"
;
readonly
yellow
:
"\u001B[33m"
;
readonly
blue
:
"\u001B[34m"
;
readonly
magenta
:
"\u001B[35m"
; };