# descriptorOf Function

Module
import { descriptorOf } from "@tsed/core"
Source/packages/core/src/utils/ObjectUtils.ts

# Overview

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

# Description

Return the descriptor for a given class and propertyKey