Skip to main content
Module

x/abstruct/mod.ts>Err#isOk

Abstract structure for JavaScript data validation
Latest
method Err.prototype.isOk
import { Err } from "https://deno.land/x/abstruct@1.0.0/mod.ts";

Whether the Result is Ok or not.

Returns

this is Ok<never>