Skip to main content
Module

x/resolve_props/mod.ts

Deno function to resolve all promise-like values in an object
import * as resolveProps from "https://deno.land/x/resolve_props@v0.1.0/mod.ts";

Variables

Like Promise.all but for objects instead of arrays. The returned promise resolves to an object that has the same keys as the input object, but with all the values awaited.