Skip to main content
Go to Latest
type alias Result
Re-export
import { type Result } from "https://deno.land/x/adoublef@v0.0.1/mod.ts";

Type Parameters

T extends unknown
definition: Promise<T | Error>