Skip to main content
Module

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

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

Type Parameters

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

Parameters

map: Map<K, V>

Returns

Map<K, V>