OliverBrotchie / optionals
Rust-like error handling and options for TypeScript and Deno!
☆178Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for optionals
- Rust's Option<T> and Result<T, E>, implemented for TypeScript.☆516Updated last year
- λ "Functions all the way down" data validation for JavaScript and TypeScript.☆79Updated 2 years ago
- Rust-style pattern matching for TypeScript☆194Updated 8 months ago
- A tiny pattern-matching library in the style of the TC39 proposal.☆149Updated 2 months ago
- Functional pattern matching with the full power of TypeScript☆181Updated last year
- A TypeScript result type taking cues from Rust's Result and Haskell's Either types☆292Updated 6 months ago
- λ Minimal Functional Programming Utilities for TypeScript & JavaScript☆81Updated 3 weeks ago
- A typesafe validation & parsing library for TypeScript.☆356Updated 3 weeks ago
- Visual Studio Code extension for formatting code with dprint.☆59Updated 2 months ago
- TypeScript and JavaScript code formatting plugin for dprint.☆257Updated this week
- Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.☆131Updated this week
- 💪 Very strongly typed string functions in TypeScript☆118Updated last year
- A TypeScript implementation of Rust's Result and Option.☆98Updated this week
- An oversimplification of the TypeScript Compiler API for defining and generating source files.☆135Updated 4 months ago
- (wip) simple and typesafe finite automata based state management library. Inspired by zustand and xstate☆123Updated last year
- Extractors for ECMAScript☆235Updated last month
- Fast, compiled, eval-free data validator/transformer☆104Updated last year
- 🦩 Joi like validations for TypeScript