nestjs-http-promise/lib/index.ts

3 lines
116 B
TypeScript
Raw Normal View History

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