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

x/polkadot/types-codec/bundle.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/bundle.ts";

Type Parameters

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

Parameters

map: Map<K, V>

Returns

Map<K, V>