Skip to main content
Module

x/adoublef/mod.ts>Option

Deno Playground
Go to Latest
type alias Option
Re-export
import { type Option } from "https://deno.land/x/adoublef@0.0.1/mod.ts";

Type Parameters

T extends unknown
definition: Either<T, undefined>