function hasEqimport { hasEq } from "https://deno.land/x/polkadot@0.2.17/types-codec/utils/util.ts"; hasEq(o: unknown): o is { eq: (other: unknown) => boolean; }Parameterso: unknownReturnso is { eq: (other: unknown) => boolean; }