UNPKG
serverchan
Version:
latest (1.0.1)
1.0.1
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
Node.js SDK for ServerChan.
github.com/xfoxfu/node-ServerChan
xfoxfu/node-ServerChan
serverchan
/
dist
/
index.d.ts
9 lines
(8 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
class
ServerChanClient
{
private
_sckey;
constructor
(
sckey
?:
string
);
sendMessage
(
title
:
string
,
content
?:
string
):
Promise
<
void
>;
get
sckey
():
string
; }
export
default
ServerChanClient
;
export
{
ServerChanClient
};