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