Skip to content

Commit

Permalink
chore: Export errors
Browse files Browse the repository at this point in the history
  • Loading branch information
grausof authored Jul 25, 2023
1 parent 3683bca commit c85edea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
import * as PID from "./pid";
import * as RP from "./rp";
import * as Errors from "./utils/errors";
import * as WalletInstanceAttestation from "./wallet-instance-attestation";
import { getUnsignedDPop } from "./utils/dpop";
import { getSignedJwt } from "./utils/signature";

export { PID, RP, WalletInstanceAttestation, getUnsignedDPop, getSignedJwt };
export {
PID,
RP,
WalletInstanceAttestation,
Errors,
getUnsignedDPop,
getSignedJwt,
};

0 comments on commit c85edea

Please sign in to comment.