Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/util/is/compact.ts>isCompact

Package publishing for deno.land/x/polkadot
Go to Latest
variable isCompact
import { isCompact } from "https://deno.land/x/polkadot@0.2.11/util/is/compact.ts";

type

<T>(value?: unknown) => value is Compact<T>