UNPKG
lib-wechat
Version:
latest (1.0.1)
1.0.1
0.0.1
0.0.1-8
0.0.1-7
0.0.1-6
0.0.1-5
0.0.1-4
0.0.1-3
0.0.1-2
0.0.1-1
wx bot
github.com/liucl-cn/lib-wechat
liucl-cn/lib-wechat
lib-wechat
/
lib
/
types.d.ts
3 lines
(2 loc)
•
175 B
TypeScript
View Raw
1
2
3
export
type
LogLevel
=
"trace"
|
"debug"
|
"info"
|
"warn"
|
"error"
|
"fatal"
|
"mark"
|
"off"
;
export
type
Dict
<T =
any
, K
extends
string
|
symbol
=
string
> =
Record
<K, T>;