UNPKG
direct-logger
Version:
latest (2.15.1)
2.15.1
2.15.0
2.14.1
2.14.0
2.13.0
2.12.0
2.11.1
2.11.0
2.10.5
2.10.4
2.10.3
2.10.2
2.10.1
2.10.0
2.9.0
2.8.1
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.0.0
A simple logger to console or file
github.com/devthejo/direct-logger
devthejo/direct-logger
direct-logger
/
utils
/
remove-all-ansi-colors.js
7 lines
(5 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
/
/ see https:/
/stackoverflow.com/a
/29497680/
5338073
const re =
//
eslint-disable-
next
-line no-control-regex /[\u001b\u009b][[()
#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g
module
.exports = (msg) => msg.replace(re,
''
)