UNPKG
zello
Version:
latest (1.0.1)
1.0.1
1.0.0
Easy to use logger with tons of options
zello
/
index.d.ts
8 lines
(7 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
module
namespace {
export
interface
RootObject
{
message
:
string
;
text
:
string
;
color
:
string
; } }