update web3 flowtype

pull/25/head
Szymon Lesisz 6 years ago
parent 9293a33b57
commit e4552b0998

@ -13,6 +13,9 @@ declare module 'web3' {
};
declare type WebsocketProviderT = {
connection: {
close: () => void;
}; // WebSocket type
on: (type: string, callback: () => any) => void;
removeAllListeners: (type: string) => void;
reset: () => void;

Loading…
Cancel
Save