nestjs-http-promise/lib/index.ts

4 lines
120 B
TypeScript
Raw Normal View History

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