0.2.2
Pre-release
Pre-release
- Fixed an issue where
tryswould always infer the passed function as() => void, thus causing the return type to always beResult<void, unknown>. Now,trysshould correctly infer the return type of the function as expected - Corrected some mistakes in README and some housekeeping