Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ahh/src/result/mod.ts>Ok

Idiomatic type-safety functions.
Go to Latest
type alias Ok
import { type Ok } from "https://deno.land/x/ahh@v0.10.1/src/result/mod.ts";

Represents a Result that was successful.

definition: T