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

x/tsafe/UnpackPromise.ts

🔩 The missing TypeScript utils
Latest
import * as tsafe from "https://deno.land/x/tsafe@v1.7.2/UnpackPromise.ts";

Type Aliases

Use case: declare const pr: Promise<string[]>; const x: UnpackPromise; <== x is string[]