master
yutent 2024-12-17 16:11:39 +08:00
parent f89259a20f
commit 1074b56bde
1 changed files with 2 additions and 2 deletions

4
index.d.ts vendored
View File

@ -13,11 +13,11 @@ declare module '@gm5/core' {
class Five { class Five {
get server(): Server get server(): Server
set(obj: Config): this set(obj: object): this
get(key: string): any get(key: string): any
use(fn: Middleware): this use(middleware: Middleware | Installable, args?: any): this
install(module: Installable, args: any): this install(module: Installable, args: any): this