nestjs-http-promise/lib/index.ts

5 lines
149 B
TypeScript
Raw Normal View History

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