Skip to content

Commit

Permalink
small type fix to WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Oct 22, 2019
1 parent 0209173 commit b9f88f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/declarations/cardano-wasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ declare module 'cardano-wallet-browser' { // need to wrap flowgen output into mo
/**
* @returns {any}
*/
to_array(): any;
to_array(): Array<number>;
}
/**
*/
Expand Down

0 comments on commit b9f88f4

Please sign in to comment.