Skip to content

Commit 5fd10d6

Browse files
chore: added export to index.ts
Issue: BTC-2150 TICKET: BTC-2150
1 parent 72e344d commit 5fd10d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/utxo-lib/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export * from 'bitcoinjs-lib';
22

3+
export * as varuint from 'bitcoinjs-lib/src/bufferutils';
4+
35
export * as bitgo from './bitgo';
46

57
export * as address from './address';

0 commit comments

Comments
 (0)