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) 204 B
const _isBigintString = str => { try { BigInt(str); return true; } catch { return false; } }; export { _isBigintString }; //# sourceMappingURL=_isBigintString.mjs.map