ucap-angular/projects/logger/src/public-api.ts

8 lines
122 B
TypeScript
Raw Normal View History

2020-03-31 08:30:33 +00:00
/*
* Public API Surface of logger
*/
export * from './lib/services/log.service';
export * from './lib/logger.module';