Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
ansi-wrap
/
index.js
blob: ffc52d75cc2d41695520f51ce6c99b6906f1da67 [
file
]
'use strict'
;
module
.
exports
=
function
(
a
,
b
,
msg
)
{
return
'\u001b['
+
a
+
'm'
+
msg
+
'\u001b['
+
b
+
'm'
;
};