isInheritedFrom
@tsed/core
Usage
typescript
import { isInheritedFrom } from "@tsed/core";
See /packages/core/src/types/utils/objects/isInheritedFrom.ts.
Overview
ts
function isInheritedFrom(target: any, from: any, deep?: number): boolean;