Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable valMap
import { valMap } from "https://deno.land/x/gamla@91.0.0/src/index.ts";

type

<Key extends RecordKey, F extends Func>(f: F) => (obj: Record<Key, ParamOf<F>>) => EntryMap<F, Key, ParamOf<F>, Key, ReturnTypeUnwrapped<F>>