Skip to content

0.2.2

Pre-release
Pre-release

Choose a tag to compare

@kennethnym kennethnym released this 01 May 17:43
· 4 commits to main since this release
  • Fixed an issue where trys would always infer the passed function as () => void, thus causing the return type to always be Result<void, unknown>. Now, trys should correctly infer the return type of the function as expected
  • Corrected some mistakes in README and some housekeeping