Skip to content

Commit

Permalink
Added BrainWallet to experimental exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Sep 5, 2020
1 parent 201e5ce commit 72385c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/experimental/src.ts/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"use strict";

import { BrainWallet } from "./brain-wallet";
import { NonceManager } from "./nonce-manager";

export {
BrainWallet,
NonceManager
}

0 comments on commit 72385c2

Please sign in to comment.