fermyon / spin-js-sdk

https://developer.fermyon.com/spin/javascript-components
Apache License 2.0
52 stars 18 forks source link

add type for KvStore to global space #142

Closed karthik2804 closed 1 year ago

karthik2804 commented 1 year ago

fixes #141

This does add KvStore to the global namespace. One other solution would be to add it as a property under spinSdk and use the following to declare the type.

typeof spinSdk["KvStore"]