Skip to content

inheritedDescriptorOf

@tsed/core

Usage

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

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

Overview

ts
function inheritedDescriptorOf(target: any, propertyKey: string): PropertyDescriptor | undefined;

Released under the MIT License.