browser-passworder icon indicating copy to clipboard operation
browser-passworder copied to clipboard

Regression in `decrypt` function return type

Open Mrtenz opened this issue 3 years ago • 0 comments

Before #29, the decrypt function would return a Promise with a generic R. It was changed to return Promise<unknown> instead, which breaks the implementation in snaps-monorepo, because unknown is not assignable to the Json type, while the generic R was.

Mrtenz avatar Nov 22 '22 13:11 Mrtenz