UNPKG
ntqq
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.0
QQ protocol for NodeJS!
github.com/ntqqjs/ntqq
ntqq-group/ntqq
ntqq
/
lib
/
message
/
cqCode.d.ts
4 lines
(3 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
import
{
MessageElem
}
from
"./elements"
;
export
declare
function
fromCqcode
(
text
?:
string
):
MessageElem
[];
export
declare
function
qs
(
text
:
string
,
sep
?:
string
,
equal
?:
string
):
Record
<
string
,
any
>;