Skip to content

getInheritedClass

@tsed/core

Usage

typescript
import { getInheritedClass } from "@tsed/core";

See /packages/core/src/types/utils/objects/ancestorOf.ts.

Overview

ts
function getInheritedClass(target: any): any;

Released under the MIT License.