Skip to main content
Module

x/monads/mod.ts>Ok

👻 Option, Result, and Either types for TypeScript; Inspired by Rust
Latest
function Ok
import { Ok } from "https://deno.land/x/monads@v0.5.10/mod.ts";

Type Parameters

T
optional
E = never

Returns

ResOk<T, E>