feat: add support for browser es modules
This commit is contained in:
committed by
Justin Starry
parent
bbae23358c
commit
08ff2d12f2
1
web3.js/module.d.ts
vendored
1
web3.js/module.d.ts
vendored
@ -1,4 +1,5 @@
|
||||
declare module '@solana/web3.js' {
|
||||
import {Buffer} from 'buffer';
|
||||
import * as BufferLayout from 'buffer-layout';
|
||||
|
||||
// === src/publickey.js ===
|
||||
|
Reference in New Issue
Block a user