Skip to main content
Module

x/aleph/lib/@unocss/core.ts>TwoKeyMap#map

The Full-stack Framework in Deno.
Go to Latest
method TwoKeyMap.prototype.map
import { TwoKeyMap } from "https://deno.land/x/aleph@1.0.0-beta.1/lib/@unocss/core.ts";

Parameters

fn: (
v: V,
k1: K1,
k2: K2,
) => T