toncenter / tonweb

JavaScript SDK for TON (The Open Network)
MIT License
425 stars 104 forks source link

Update typing for typescript users #152

Open vallhallalm opened 1 month ago

vallhallalm commented 1 month ago

I am trying to use tonweb npm package in a project developed in typescript but the typing seems a bit out of date with missing methods which create typing error at usage. I retyped it on my side and it works perfectly but I think that it would be helpful to have the full package properly typed in the future.

Thanks :)