Skip to content

Commit

Permalink
expose Util
Browse files Browse the repository at this point in the history
  • Loading branch information
troggy committed Jun 18, 2018
1 parent d2b4b0c commit 377058c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import Tx, { Type } from './transaction';
import Input from './input';
import Output from './output';
import Outpoint from './outpoint';
import Util from './util';

export { Period, Block, Tx, Type, Input, Output, Outpoint };
export { Period, Block, Tx, Type, Input, Output, Outpoint, Util };

0 comments on commit 377058c

Please sign in to comment.