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.d.ts
7 lines
(6 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
chalk, {
Chalk
}
from
'chalk'
;
declare
const
log
: { (...
data
:
any
[]):
void
; (
message
?:
any
, ...
optionalParams
:
any
[]):
void
; };
export
{ log, chalk,
Chalk
};