UNPKG
kokkoro-plugin-group
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
群管理,时不时来塞口球
github.com/kokkorojs/kokkoro-plugin-group
kokkorojs/kokkoro-plugin-group
kokkoro-plugin-group
/
lib
/
service.js
13 lines
(12 loc)
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Service
=
void
0
;
class
Service
{ plugin;
constructor
(
/** 插件 */
plugin
) {
this
.
plugin
= plugin; } }
exports
.
Service
=
Service
;