Skip to content

Commit

Permalink
adjusted exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Dec 18, 2024
1 parent 57451fb commit 3f3fb30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
getDecodedToken,
deriveKeysetId,
decodePaymentRequest,
getDecodedTokenV4Binary,
getEncodedTokenV4Binary
getDecodedTokenBinary,
getEncodedTokenBinary
} from './utils.js';

export * from './model/types/index.js';
Expand All @@ -24,8 +24,8 @@ export {
decodePaymentRequest,
deriveKeysetId,
setGlobalRequestOptions,
getDecodedTokenV4Binary,
getEncodedTokenV4Binary
getDecodedTokenBinary,
getEncodedTokenBinary
};

export { injectWebSocketImpl } from './ws.js';

0 comments on commit 3f3fb30

Please sign in to comment.