@sonibble-creators/nest-microservice-pack
Version:
Microservice pack dependencies for NestJS
21 lines (17 loc) • 426 B
text/typescript
/**
* Microservice Pack
*
* Package for microservice that contain many element, sources, and
* the libary for the microservice.
*
*/
// pagination
// pagination support for the microservices
export * from './pagination';
// database
// allow to add some utitlities and configuration
// for specify database
export * from './database';
// Auth
// allow to add some decorator, utilities, config
export * from './auth';