Skip to content

inheritedDescriptorOf

@tsed/core

Usage

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

See /packages/core/src/utils/inheritedDescriptorOf.ts.

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.

Released under the MIT License.