UNPKG
allons-y
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Yet another JS/TS tools
github.com/XavierBoubert/allons-y-cli
XavierBoubert/allons-y-cli
allons-y
/
dist
/
logger
/
index.js
4 lines
(3 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
import
chalk, {
Chalk
}
from
'chalk'
;
const
{ log } =
console
;
export
{ log, chalk,
Chalk
};