Skip to main content
Module

x/ahh/mod.ts

Opinionated idiomatic type-safety functions.
Go to Latest
import * as ahh from "https://deno.land/x/ahh@v0.11.0/mod.ts";

Type Aliases

Represents a Result that was erroneous.

An interface for dealing with iterators.

Represents an Option that does not exist.

Represents a Result that was successful.

Represents an optional value that either exists (Some) or does not exist (None).

An Iterator that can peek the next item.

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

Represents an Option that does exist.