UNPKG
@sphekes/koishi-plugin-palctrl
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
A simple extension to manage PalWorld Server
@sphekes/koishi-plugin-palctrl
/
lib
/
index.d.ts
7 lines
(6 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Context
}
from
'koishi'
;
import
{
Config
}
from
'./config'
;
export
declare
const
name =
"azimiao-palworld-server-tool"
;
export
declare
const
inject
:
string
[];
export
*
from
"./config"
;
export
declare
function
apply
(
ctx
:
Context
,
config
:
Config
):
void
;