Skip to main content
Module

x/polkadot/types-codec/utils/sortValues.ts>sortMap

Package publishing for deno.land/x/polkadot
Latest
function sortMap
import { sortMap } from "https://deno.land/x/polkadot@0.2.45/types-codec/utils/sortValues.ts";

Type Parameters

optional
K extends Codec = Codec
optional
V extends Codec = Codec

Parameters

map: Map<K, V>

Returns

Map<K, V>