MCPcopy
hub / github.com/vpulim/node-soap / IExpressApp

Interface IExpressApp

src/server.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import zlib from 'zlib';
12
13interface IExpressApp extends http.Server {
14 route;
15 use;
16}
17
18export type ServerType = http.Server | IExpressApp;
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected