UNPKG

@firefliesai/schema-forge

Version:

Transform TypeScript classes into JSON Schema definitions with automatic support for OpenAI, Anthropic, and Google Gemini function calling (tool) formats

8 lines (7 loc) 242 B
/** * Schema Forge - TypeScript to JSON Schema conversion * * This file is deprecated. Import from schema-forge directly instead. * All functionality has been moved to the lib directory for better organization. */ export * from './lib';