badrap / resultLinks
A TypeScript result type taking cues from Rust's Result and Haskell's Either types
☆296Updated last month
Alternatives and similar repositories for result
Users that are interested in result are comparing it to the libraries listed below
Sorting:
- Rust's Option<T> and Result<T, E>, implemented for TypeScript.☆579Updated 2 years ago
- node.js compile-time SQL validations & type generations☆221Updated last month
- Rust-like error handling and options for TypeScript and Deno!☆194Updated last year
- Type-safe environment parsing and validation for Node.js with Zod schemas☆380Updated 2 months ago
- A typescript implementation of Rust's Result object.☆1,354Updated last year
- A TypeScript implementation of Rust's Result and Option.☆121Updated last week
- ☆329Updated 8 months ago
- 🦩 Joi like validations for TypeScript☆361Updated last year
- Option, Result, and Either types for TypeScript - Inspired by Rust 🦀☆876Updated last week
- 📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support☆792Updated this week
- Supercharge your TypeScript error handling with a powerful Result type that transforms chaotic try-catch blocks into elegant, type-safe c…☆374Updated last month
- 🔩 The missing TypeScript utils☆464Updated last week
- generate TypeScript types from your Zod schema☆388Updated 4 months ago
- A typed fetch client for openapi-typescript☆255Updated 3 months ago
- A "fast" TypeScript-based Node.js monorepo setup powered by esbuild & turborepo☆277Updated 2 years ago
- TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.☆429Updated last month
- A typesafe validation & parsing library for TypeScript.☆415Updated 2 weeks ago
- Zod Router☆185Updated 3 years ago
- End-to-end type safe TypeScript GraphQL Client☆419Updated 10 months ago
- Generate a headless Typescript API client from an OpenAPI spec - optionally with a @tanstack/react-query client using queryOptions