Skip to content

Commit

Permalink
feat(index): export http interfaces from index
Browse files Browse the repository at this point in the history
  • Loading branch information
oljekechoro authored and antongolub committed Jul 16, 2020
1 parent 930c30e commit 4391b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ts/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { createHttpPipe } from './pipes/http'
export { createHttpPipe, IHttpPipeOpts, IHttpHeaders } from './pipes/http'
export { createMaskerPipe, panMaskerPipe } from './pipes/masker'
export { createFlpPipeline, eventifyPipe } from './pipes/flp'
export { createDeviceInfoPipe, getDeviceInfo } from './pipes/deviceInfo'
Expand Down

0 comments on commit 4391b32

Please sign in to comment.