Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/util/types.ts>Class

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

An interface that defines an actual JS class

Type Parameters

optional
T = any
optional
A extends unknown[] = any[]

Properties

prototype: T

Methods

new(...args: A): T
hasOwnProperty(prop: string): boolean
isPrototypeOf(other: unknown): boolean