UNPKG

@tryloop/oats

Version:

🌾 OATS - OpenAPI TypeScript Sync. The missing link between your OpenAPI specs and TypeScript applications. Automatically watch, generate, and sync TypeScript clients from your API definitions.

7 lines • 142 B
/** * OATS Core Services * * Export service base classes and types */ export * from './base-service.js'; //# sourceMappingURL=index.js.map