UNPKG

@sonibble-creators/nest-microservice-pack

Version:
21 lines (17 loc) 426 B
/** * 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';