Skip to content

Commit

Permalink
fix utils import (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
KadoBOT committed Aug 9, 2019
1 parent ac658aa commit 892e9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
export { default as Client } from "./client";
export { default as Config } from "./config";
export * from "./services/";
export { default as utils } from "./utils";
export { hmacValidator } from "./utils";
export { default as HttpURLConnectionClient } from "./httpClient/httpURLConnectionClient";

0 comments on commit 892e9c8

Please sign in to comment.