Closed codeBelt closed 3 years ago
@codeBelt You're write about write
function and you're right about return type. But in the PR you're change readFromStorage
function too
@quarrant you'r right. I am not sure why I did that. I reverted the changes to readFromStorage
.
@quarrant Can you also create a new release for this merge so we can use the new types
When using TypeScript I am forced to return
undefined
for thewrite
function. This PR changes the return type fromundefined
tovoid
.Changing to
void