UNPKG

@samchon/openapi

Version:

Universal OpenAPI to LLM function calling schemas. Transform any Swagger/OpenAPI document into type-safe schemas for OpenAI, Claude, Qwen, and more.

5 lines (4 loc) 183 B
import { IHttpMigrateRoute } from "../structures/IHttpMigrateRoute"; export declare namespace HttpMigrateRouteAccessor { const overwrite: (routes: IHttpMigrateRoute[]) => void; }