Skip to main content
Go to Latest
type alias Option
Re-export
import { type Option } from "https://deno.land/x/adoublef@v0.0.1/mod.ts";

Type Parameters

T extends unknown
definition: Either<T, undefined>