Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias PromiseErrorOr
import { type PromiseErrorOr } from "https://deno.land/x/careful@v0.0.4-alpha/src/base.ts";
definition: Promise<ErrorOr<T>>