Skip to content

Commit 5119a9f

Browse files
authored
Do not export httpClient (#77)
1 parent b80f9b4 commit 5119a9f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export * from './api';
22
export * from './Configuration';
3-
export * from './httpClient';

test/postBarcodeRecognizeFromUrlOrContent.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import assert from 'assert';
44

55
import * as Barcode from '../src/api';
66
import { LoadTestConfiguration } from './helpers';
7-
import { HttpRejectType } from '../src';
7+
import { HttpRejectType } from '../src/httpClient';
88

99
describe('postBarcodeRecognizeFromUrlOrContent', () => {
1010
jest.setTimeout(60000);

0 commit comments

Comments
 (0)