Skip to main content
Module

x/abstruct/validation.ts>Ok#isOk

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

Whether the Result is Ok or not.

Returns

this is Ok<T>