UNPKG

@sentzunhat/zacatl

Version:

A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.

5 lines 228 B
export * from './repository.js'; export * from './types.js'; export { ORMType } from '../mongoose/types.js'; export { AbstractSequelizeRepository as SequelizeRepository } from './repository.js'; //# sourceMappingURL=index.js.map