import * as windmill from "https://deno.land/x/windmill@v1.229.0/node_modules/tsafe/UnpackPromise.d.ts";
Type Aliases
Use case: declare const pr: Promise<string[]>; const x: UnpackPromise; <== x is string[] |
x/windmill/node_modules/tsafe/UnpackPromise.d.ts
import * as windmill from "https://deno.land/x/windmill@v1.229.0/node_modules/tsafe/UnpackPromise.d.ts";
Use case: declare const pr: Promise<string[]>; const x: UnpackPromise; <== x is string[] |