UNPKG

@tsuk1ko/cq-websocket

Version:

A Node SDK for developing QQ chatbots based on WebSocket, which is depending on CoolQ and CQHTTP API plugin.

12 lines (10 loc) 254 B
const isSupportedTag = require('./isSupportedTag'); const parse = require('./parse'); const models = require('./models'); const converter = require('./converter'); module.exports = { parse, isSupportedTag, ...models, ...converter, };