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.

6 lines (5 loc) 256 B
import { OpenApi } from "../OpenApi"; import { IHttpMigrateApplication } from "../structures/IHttpMigrateApplication"; export declare namespace HttpMigrateApplicationComposer { const compose: (document: OpenApi.IDocument) => IHttpMigrateApplication; }