Skip to main content
Module

x/tsafe/UnpackPromise.ts

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

Type Aliases

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