Skip to main content
Module

x/dectyl/lib/util.ts>DeferredState

Prototype library for testing Deno Deploy scripts using the Deno CLI
Go to Latest
type alias DeferredState
import { type DeferredState } from "https://deno.land/x/dectyl@0.3.0/lib/util.ts";
definition: "pending" | "rejected" | "resolved"