until
until copied to clipboard
chore: Bump typescript version to support type safe destructure of return value
Hello @kettanaito.
This PR -
- bumps the typescript version to 4.6.4 which fixes the issue with discriminated union types.
- Adds addition documentation to until function.
- Improves README example.
Here are the ts playground links representing the usage with new typescript version and old.
Please have a look. Thanks