UNPKG
@kotori-bot/kotori-plugin-core
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
1.4.5
1.4.4
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
core plugin
@kotori-bot/kotori-plugin-core
/
lib
/
index.d.ts
5 lines
(4 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
import
{
type
Context
,
Tsu
}
from
'kotori-bot'
;
export
declare
const
lang
:
string
[];
export
declare
const
config
:
any
;
export
declare
function
main
(
ctx
:
Context
,
cfg
:
Tsu
.infer<
typeof
config>
):
void
;