fix: add def checks and fix typescript def

This commit is contained in:
Justin Starry
2020-03-03 11:16:19 +08:00
committed by Michael Vines
parent eb1542696e
commit 01e65d2070
6 changed files with 33 additions and 10 deletions

View File

@ -10,6 +10,7 @@
*
*/
import {Buffer} from 'buffer';
import * as BufferLayout from 'buffer-layout';
declare module '@solana/web3.js' {