UNPKG
koishi-plugin-yunzai
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
0.0.1
0.0.0-preview.0
a yunzai adapter for koishi
github.com/kunzaijs/koishi-plugin-yunzai
kunzaijs/koishi-plugin-yunzai
koishi-plugin-yunzai
/
lib
/
store
/
index.js
10 lines
(9 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Store
=
void
0
;
/** * 用于 yunzia 的存储兼容 */
class
Store
{ }
exports
.
Store
=
Store
;