Skip to content

descriptorOf

@tsed/core

Usage

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

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

Overview

ts
function descriptorOf(target: any, propertyKey: string | symbol): PropertyDescriptor;

Description

Return the descriptor for a given class and propertyKey

Released under the MIT License.