UNPKG
create-serve
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.0
0.0.0
🍛 Ultralight http server with live reload. [CLI + API]
github.com/nativew/serve
nativew/serve
create-serve
/
src
/
utils
/
styles.js
6 lines
(5 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
5
6
export
const
styles = { reset:
'
\x
1b[0m'
, red:
'
\x
1b[31m'
, green:
'
\x
1b[32m'
};