nestjs-http-promise/lib/index.ts

5 lines
149 B
TypeScript
Raw Normal View History

2023-07-05 17:37:57 -05:00
export { HttpModule } from './http.module';
export { HttpService } from './http.service';
export * from './http.util';
2023-07-05 17:37:57 -05:00
export * from './interfaces';