neverthrow
neverthrow copied to clipboard
Type-Safe Errors for JS & TypeScript
An examples directory which some implementations of common usages would be great. For example, I was trying to implement get a basic api fetch to give the library a test-ride...
This is next proposition to solve problem with #224. I feel I learned a lot about TypeScript in last week ;) Today I tried again to provide proper types for...
There's now a new label called `bounty` wherein I provide a monetary value to the bug / enhancement. If you see an issue here with the label `bounty`, I will...
Sorry for opening an issue with what is basically a question/ feedback for API ergonomics... Has any of you stumbled upon a situation where you'd want to wrap an AsynGenerator...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.7.2` -> `4.8.4`](https://renovatebot.com/diffs/npm/typescript/4.7.2/4.8.4) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://togithub.com/rollup/rollup)) | [`2.75.6` -> `2.79.1`](https://renovatebot.com/diffs/npm/rollup/2.75.6/2.79.1) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`14.17.4` -> `14.18.32`](https://renovatebot.com/diffs/npm/@types%2fnode/14.17.4/14.18.32) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cimg/node | docker | minor | `14.17.1` -> `14.20.1` | ---...
Hi there, thanks for the amazing lib, love using every chance to make JS more Rusty and safe. I did not manage to get a minimal repro yet, but I...
I have been trying to figure this out: ``` /** * Convert a function like `(...args: A) => Promise` into `(...args: A) => ResultAsync`. * * Similarly to the warnings...