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.

7 lines (4 loc) 185 B
const _isFormatJsonPointer = str => PATTERN.test(str); const PATTERN = /^(?:\/(?:[^~/]|~0|~1)*)*$/; export { _isFormatJsonPointer }; //# sourceMappingURL=_isFormatJsonPointer.mjs.map