@toolq/node-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.3-alpha • Public • Published

ToolQNode

ToolQ Node.JS SDK in TypeScript

node ts release license

使用

  • 添加依赖
yarn add @toolq/node-sdk
  • 示例代码
import {ToolQNode, EventListener} from "@toolq/node-sdk";

// 继承事件监听器
class App extends EventListener {
  // 实现监听方法
}

// 启动监听
new ToolQNode(new App()).listen()

Readme

Keywords

none

Package Sidebar

Install

npm i @toolq/node-sdk

Weekly Downloads

0

Version

0.0.3-alpha

License

GPL-3.0-only

Unpacked Size

120 kB

Total Files

89

Last publish

Collaborators

  • zhenxin2001