Hacker News new | ask | show | jobs
Rust Result type mimic in TypeScript (github.com)
1 points by musicq 1196 days ago
2 comments

Use Rust Result types in TypeScript to handle errors easier in both sync/async functions.
reprint