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

x/polkadot/util/types.ts>BufferClass

Package publishing for deno.land/x/polkadot
Latest
interface BufferClass
implements Class<BufferObject>
import { type BufferClass } from "https://deno.land/x/polkadot@0.2.45/util/types.ts";

Properties

from: <T = BufferObject>(value: unknown) => T
isBuffer: (value: unknown) => boolean