Skip to main content
Module

x/commandis/mod.ts>DoneOrAborted.Aborted

Official framework for Corddis lib ( for Deno only )
Latest
type alias DoneOrAborted.Aborted
import { type DoneOrAborted } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { Aborted } = DoneOrAborted;
definition: Common<Result> & { type: "ABORTED"; error: Error; result?: undefined; }