Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Parameters

o: unknown

Returns

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