Skip to main content
Module

x/ahh/src/result/mod.ts

Idiomatic type-safety structures for TypeScript.
Go to Latest
import * as ahh from "https://deno.land/x/ahh@v0.10.0/src/result/mod.ts";

Classes

c
R

Functionality for Result.

Type Aliases

Represents a Result that was erroneous.

Represents a Result that was successful.

Represents a value that is either successful (Ok) or erroneous (Err).