UNPKG

@digoai/piatti-common

Version:

Librería común para proyectos NestJS con módulos reutilizables y servicios para facilitar el desarrollo de aplicaciones

5 lines (4 loc) 428 B
export { MessagingService } from './messaging.service'; export { TRANSPORT_CLIENT } from './transport.constants'; export { TransportModule } from './transport.module'; export { createDefaultTransportModule, TransportClientModule, type NatsTransportConfig, type NatsTransportOptions, type RedisTransportConfig, type RedisTransportOptions, type TransportConfigOptions, type TransportModuleOptions, } from './transport.providers';