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) 198 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._isFormatPassword = void 0; const _isFormatPassword = () => true; exports._isFormatPassword = _isFormatPassword;