Skip to main content
Module

x/ahh/mod.ts>Ok

Mostly rusty stuff for @denoland.
Go to Latest
type alias Ok
Re-export
import { type Ok } from "https://deno.land/x/ahh@v0.6.0/mod.ts";

Represents a Result that was successful.

definition: Readonly<{ [OK]: T; }>
function Ok
Re-export
import { Ok } from "https://deno.land/x/ahh@v0.6.0/mod.ts";