type alias Ok

The success variant of a caught outcome. error is present-but-undefined for shape stability.

Type Parameters

Properties

readonly
ok: true
readonly
value: T
readonly
optional
error: undefined

Usage

import { type Ok } from "lib/result/try.ts";