Skip to main content
Module

x/polkadot/util/types.ts>Constructor

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

Type Parameters

optional
T extends object = object

Properties

prototype: T

Methods

new(...args: any[]): T
hasOwnProperty(prop: string): boolean
isPrototypeOf(other: unknown): boolean