UNPKG

icqq

Version:

QQ protocol for NodeJS!

4 lines (3 loc) 201 B
import { MessageElem } from "./elements"; export declare function fromCqcode(text?: string): MessageElem[]; export declare function qs(text: string, sep?: string, equal?: string): Record<string, any>;