UNPKG

@yoyo-org/progressive-json

Version:

Stream and render JSON data as it arrives - perfect for AI responses, large datasets, and real-time updates

8 lines (7 loc) 227 B
/** * HTTP Adapter Interface for Progressive JSON * * This interface allows users to provide their own HTTP client implementation * (e.g., pre-configured Axios instances) instead of using the built-in fetch. */ export {};