UNPKG
wechaty-token
Version:
latest (1.0.6)
next (1.1.2)
1.1.2
1.1.1
1.0.6
1.0.5
0.5.8
0.5.7
0.5.5
0.4.4
0.4.3
0.4.2
0.3.1
0.2.1
0.1.7
0.1.4
0.1.2
0.1.1
Wechaty Token Based Authentication Manager
github.com/wechaty/token
wechaty/token
wechaty-token
/
dist
/
esm
/
src
/
config.d.ts
4 lines
•
153 B
TypeScript
View Raw
1
2
3
4
import
{ log }
from
'brolog'
;
declare
const
DEFAULT_AUTHORITY
=
"api.chatie.io"
;
export
{
DEFAULT_AUTHORITY
, log, };
//# sourceMappingURL=config.d.ts.map