UNPKG
@funny-ui/cli
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.2
0.0.1
funny-ui cli
github.com/programmermark/funny-cli
programmermark/funny-cli
@funny-ui/cli
/
lib
/
shared
/
logger.d.ts
9 lines
(8 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
_default
: {
info
(
text
:
string
):
void
;
success
(
text
:
string
):
void
;
warning
(
text
:
string
):
void
;
error
(
text
:
string
):
void
;
title
(
text
:
string
):
void
; }; export
default
_default;