nestjs-http-promise/lib/index.ts
Conicaw 33b9ae2aef
fix: export the new functions
Export the new functions

commit-id:2b126f75
2023-12-23 18:34:18 -06:00

4 lines
149 B
TypeScript

export { HttpModule } from './http.module';
export { HttpService } from './http.service';
export * from './http.util';
export * from './interfaces';