@typespec/http-server-js
Version:
TypeSpec HTTP server code generator for JavaScript
12 lines • 444 B
TypeScript
import { Type } from "@typespec/compiler";
import { JsContext } from "../ctx.js";
/**
* Emit the documentation for a type in JSDoc format.
*
* This assumes that the documentation may include Markdown formatting.
*
* @param ctx - The emitter context.
* @param type - The type to emit documentation for.
*/
export declare function emitDocumentation(ctx: JsContext, type: Type): Iterable<string>;
//# sourceMappingURL=documentation.d.ts.map