update
parent
f89259a20f
commit
1074b56bde
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue