inheritedDescriptorOf
@tsed/core
Usage
typescript
import { inheritedDescriptorOf } from "@tsed/core";Overview
ts
function inheritedDescriptorOf(target: any, propertyKey: string): PropertyDescriptor | undefined;Description
Retrieves the property descriptor for a given property key from the target's inheritance chain.