Worker utilities with unthrown Result/AsyncResult for implementing temporal-contract workflows and activities
Client utilities with unthrown Result/AsyncResult for consuming temporal-contract workflows
Custom Future and Result implementation for Temporal workflows
SharkCraft core primitives: Result, AppError, logger, file-system abstraction, path/string/object utils, IDs.
Result pattern for TypeScript
Result Monad for TypeScript
Wraps node:fs to fully typed functions that resolve to a Result . Includes additional helpers.
Paginate AWS Athena GetQueryResults calls with AWS SDK v3. This library walks NextToken, parses tabular rows with athena-query-result-parser, and forwards MaxResults and QueryResultType from PagerOptions on every GetQueryResults request.
ts-pattern integration for unthrown
Lazy, typed workflow composition for neverthrow Result and ResultAsync values.
Effect interop for unthrown
neverthrow interop for unthrown
Boxed interop for unthrown
A small, portable, Result-first REST client. Web-fetch based, optional Standard Schema response validation.
Tiny, type-safe Result and Option for TypeScript — fluent methods, .ok/.some narrowing, tryCatch/tryCatchAsync, and combinators. Zero dependencies.
A Functional Programming Standard Library for Typescript
TypeScript utilities for writing Rust-like code: Result, Option, exhaustive matching, and immutability helpers
Anzen helps write safe code without exceptions, taking roots from Rust's Result and Haskell's Either.
A TypeScript library for collecting AWS Athena query results via pagination. It supports full collection, streaming, and page-based batch processing, and it uses athena-query-result-pager internally.
Lightweight railway-oriented error handling for TypeScript — discriminated Result<T,E>, typed async, zero unsafe casts, composable logging & tracing.
A tiny, dependency-free Result (Ok/Bad) type for TypeScript with tag-based errors and unwrap/matchBad helpers.
Standard Schema (Zod, Valibot, ArkType, …) interop for unthrown
oxlint plugin enforcing unthrown's conventions
Delightful TypeScript patterns for elegant, type-safe applications
Result-integration boundary over @simplewebauthn/browser