UNPKG

@sonibble-creators/nest-microservice-pack

Version:
12 lines (10 loc) 228 B
/** * # Authentication * * Allow to add some module, feature, decorator for teh auhentication * resource * */ // decorator export * from './decorator/public.decorator'; export * from './decorator/current-user.decorator';