Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/mod.ts>Completer#resolve

js library written with ts, use select and chan like golang in js.
Latest
method Completer.prototype.resolve
Re-export
import { Completer } from "https://deno.land/x/easyts@0.1.3/mod.ts";

Complete success, Promise.resolve(value)

Parameters

optional
value: T | PromiseLike<T>