@kayahr/assert
    Preparing search index...

    Interface Class<T>

    Class type which even works for classes with a private constructor.

    interface Class<T = unknown> {
        prototype: T;
    }

    Type Parameters

    • T = unknown

      The class instance type.

    Hierarchy

    • Function
      • Class
    Index

    Properties

    Properties

    prototype: T

    The class prototype.