II.
Library overview
Reference · livelibrary:neverthrow
neverthrow overview
Lightweight TypeScript library for type-safe error handling using Result<T, E> and ResultAsync<T, E> instead of thrown exceptions, inspired by Rust's std::result.
Attributes
displayName
neverthrow
belongsToLanguageId
category
functional
description
Lightweight TypeScript library for type-safe error handling using
Result<T, E> and ResultAsync<T, E> instead of thrown exceptions,
inspired by Rust's std::result.
Outgoing edges
belongs_to_language1
- language:javascript·LanguageJavaScript
used_for1
- skill-area:code-quality·SkillAreaCode Quality
Incoming edges
alternative_to1
- library:effect-ts·LibraryEffect