Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.37/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>