import { type PromiseValue } from "https://deno.land/x/rimbu@1.2.0/spy/index.ts";
Utility type to return the contained type of a promise.
definition: P extends Promise<infer R> ? R : never
import { type PromiseValue } from "https://deno.land/x/rimbu@1.2.0/spy/index.ts";
Utility type to return the contained type of a promise.