EntityClassType<T> Type alias

Parameter type that can accept both abstract constructor types and non-abstract constructor types for instanceof to test.

EntityClassType = Function & { prototype: T }

Defined in

Last Updated: 19 April, 2024