Skip to main content
Module

x/polkadot/types-codec/utils/util.ts>hasEq

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

Parameters

o: unknown

Returns

o is { eq: (other: unknown) => boolean; }