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.

9 lines (6 loc) 281 B
var OpenApiV3; (function(OpenApiV3) { OpenApiV3.is = input => typeof input === "object" && input !== null && typeof input.openapi === "string" && input.openapi.startsWith("3.0"); })(OpenApiV3 || (OpenApiV3 = {})); export { OpenApiV3 }; //# sourceMappingURL=OpenApiV3.mjs.map