Documents for @litert/utils-object
    Preparing search index...

    Function isSubclassOf

    • Check if a class constructor is inherited from another class.

      Parameters

      • subClass: IConstructor

        The (sub) class constructor to check

      • parentClass: IConstructor

        The (possible) parent class constructor to check against

      Returns boolean