Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/easy_std/src/promise.ts>withResolvers

Generic Deno standard library, focused on ease of use | 通用 Deno 标准库,专注于易用性
Go to Latest
function withResolvers
import { withResolvers } from "https://deno.land/x/easy_std@v0.7.0/src/promise.ts";

Safe Promise.withResolvers

Examples

Example 1

import { withResolvers } from "https://deno.land/x/easy_std@version/src/withResolvers.ts"

const { resolve, reject, promise } = withResolvers()