Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
import
zlib from
'zlib'
;
12
13
interface
IExpressApp extends http.Server {
14
route;
15
use;
16
}
17
18
export
type
ServerType = http.Server | IExpressApp;
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected