Merge pull request #230 from furality/spr/main/2b126f75

fix: export the new functions
This commit is contained in:
ttshivers 2023-12-23 18:34:56 -06:00 committed by GitHub
commit 8ad23f69b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
export { HttpModule } from './http.module';
export { HttpService } from './http.service';
export * from './http.util';
export * from './interfaces';