Generated API snapshot
@askrjs/node
Exports from the declarations published in @askrjs/node 0.0.3. Signatures are generated from the installed artifact.
@askrjs/node0.0.3
Exports
This entrypoint publishes 10 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
ConnectNexttype
ConnectNext: anycreateNodeHandlertype
createNodeHandler: (app: ServerApp, options?: NodeHandlerOptions) => NodeHandlerlistentype
listen: (app: ServerApp, options?: ListenOptions) => Promise<ListeningServer>ListeningServertype
ListeningServer: anyListenOptionstype
ListenOptions: anyNodeHandlertype
NodeHandler: anyNodeHandlerOptionstype
NodeHandlerOptions: anyservetype
serve: (app: ServerApp & { close?: () => void | Promise<void>; }, options?: ServeOptions) => Promise<ServedApplication>ServedApplicationtype
ServedApplication: anyServeOptionstype
ServeOptions: any