UNPKG
karin-plugin-teamspeak
Version:
latest (1.5.9)
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.4
1.3.2
1.3.1
1.3.0
1.2.2
1.2.0
1.1.0
karin 的 teamspeak 插件
github.com/jacksixth/karin-plugin-teamspeak3
jacksixth/karin-plugin-teamspeak3
karin-plugin-teamspeak
/
lib
/
utils
/
config.d.ts
12 lines
(11 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Config
}
from
"../../config/config/config.d"
;
export
declare
const
dir
:
string
;
export
declare
const
dirConfig
:
string
;
/** *
@description
配置文件 */
export
declare
const
config
:
() =>
Config
;
/** *
@description
package.json */
export
declare
const
pkg
:
() =>
any
;