Skip to main content
Module

std/msgpack/mod.ts>ValueMap

Deno standard library
Go to Latest
interface ValueMap
import { type ValueMap } from "https://deno.land/std@0.221.0/msgpack/mod.ts";

Value map that can be encoded to MessagePack.

Index Signatures

[index: string | number]: ValueType