nestjs-http-promise/lib/index.ts
Conicaw db053cfb8e
style: run format
Run format
2023-07-05 17:37:57 -05:00

3 lines
120 B
TypeScript

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