fix: remove duplicate PublicKey flow definition

This commit is contained in:
Michael Vines 2018-09-30 19:27:27 -07:00
parent a878cdccf3
commit 4f1112534d
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@
*/
declare module '@solana/web3.js' {
declare export type PublicKey = string;
// === src/publickey.js ===
declare export class PublicKey {
constructor(number: string | Buffer | Array<number>): PublicKey;