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.

12 lines (10 loc) 205 B
const _isFormatRegex = str => { try { new RegExp(str); return true; } catch { return false; } }; export { _isFormatRegex }; //# sourceMappingURL=_isFormatRegex.mjs.map