Skip to content

API Reference / @gtkx/runtime / AnyClass

Type Alias: AnyClass<T>

AnyClass<T> = (...args) => T & object

Defined in: packages/utils/dist/class/any-class.d.ts:2

Any class constructor, abstract ones included, whose instances are T.

Type Declaration

prototype

prototype: T

Object the class's instances inherit from.

Type Parameters

T

T extends object = object

Released under the MPL-2.0 License.