Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/careful/src/types.ts>ErrorOr

Safe containerization of values for TypeScript
Latest
type alias ErrorOr
import { type ErrorOr } from "https://deno.land/x/careful@v0.1.0/src/types.ts";
definition: Error | T