@typespec/http-server-js
Version:
TypeSpec HTTP server code generator for JavaScript
11 lines • 454 B
TypeScript
import { Module } from "../../ctx.js";
import { HttpContext } from "../index.js";
/**
* Emits raw operations for handling incoming server requests.
*
* @param ctx - The HTTP emitter context.
* @param operationsModule - The module to emit the operations into.
* @returns the module containing the raw server operations.
*/
export declare function emitRawServer(ctx: HttpContext, operationsModule: Module): Module;
//# sourceMappingURL=index.d.ts.map