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.

4 lines (3 loc) 125 B
export declare namespace MapUtil { const take: <Key, T>(dict: Map<Key, T>) => (key: Key) => (generator: () => T) => T; }