We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0a5b4 commit 26cdf3eCopy full SHA for 26cdf3e
1 file changed
modules/core/src/index.ts
@@ -20,7 +20,8 @@ utxoLib.makeRandomKey = makeRandomKey;
20
export const bitcoin = utxoLib;
21
export const sjcl = require('./vendor/sjcl.min.js');
22
export const bs58 = require('bs58');
23
-export const Buffer = global.Buffer;
+
24
+export { Buffer } from 'buffer';
25
26
import * as _ from 'lodash';
27
import * as errors from './errors';
0 commit comments