API Reference

ConstructorTypetype

Shared runtime and type utilities.

Overview

Low-level shared types and utilities used throughout core/state/parser packages.
Quick facts
Kind
type
Module
types
Package
@rs-x/core

Declaration

export type ConstructorType<T = unknown> = new (...args: unknown[]) => T;

Import

import type { ConstructorType } from '@rs-x/core';