nestjs-http-promise/lib/index.ts

4 lines
120 B
TypeScript
Raw Normal View History

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