UNPKG

arvox-backend

Version:

Un framework backend moderne et modulaire basé sur Hono, TypeScript et l'architecture hexagonale avec authentification Better Auth + Drizzle intégrée

6 lines 224 B
export * from './use-case.interface'; export * from './controller.interface'; export * from './repository.interface'; export * from './service.interface'; export * from './module.interface'; //# sourceMappingURL=index.js.map