Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
feat: export types (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinyip authored Sep 3, 2020
1 parent 014b25c commit c66d438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
export { Bls12381G2KeyPair } from "@mattrglobal/bls12381-key-pair";
export { BbsBlsSignature2020 } from "./BbsBlsSignature2020";
export { BbsBlsSignatureProof2020 } from "./BbsBlsSignatureProof2020";
export * from "./types";

export { deriveProof } from "./deriveProof";

0 comments on commit c66d438

Please sign in to comment.