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.

4 lines 178 B
export * from './repository.js'; export * from './types.js'; export { AbstractMongooseRepository as MongooseRepository } from './repository.js'; //# sourceMappingURL=index.js.map