Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/collection-types/set-custom/index.ts>WithKeyValue

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
type alias WithKeyValue
import { type WithKeyValue } from "https://deno.land/x/rimbu@1.2.1/collection-types/set-custom/index.ts";

A utility type to set the key type to given type K, and the value type to given type V.

definition: Tp & KeyValue<K, V>