MCPcopy
hub / github.com/thinkjs/thinkjs / Application

Interface Application

index.d.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare module 'thinkjs' {
8 export interface Application extends Koa {
9 think: Think;
10 request: Request;
11 response: Response;
12 }
13
14 export interface Request extends Koa.Request {
15 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected