Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dectyl/lib/util.ts>Deferred#resolve

Prototype library for testing Deno Deploy scripts using the Deno CLI
Go to Latest
method Deferred.prototype.resolve
import { Deferred } from "https://deno.land/x/dectyl@0.10.3/lib/util.ts";

Parameters

value: T | PromiseLike<T>