Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Represents a Result that was successful.

definition: T