Skip to content

Commit

Permalink
Added nonce manager to experimental index.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 19, 2019
1 parent 01ca350 commit 8316406
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/experimental/src.ts/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
"use strict";

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

export {
NonceManager
}

0 comments on commit 8316406

Please sign in to comment.