Introduction
Migration
Appearance
import { descriptorOf } from "@tsed/core";
See /packages/core/src/types/utils/objects/descriptorOf.ts.
function descriptorOf(target: any, propertyKey: string | symbol): PropertyDescriptor;
Return the descriptor for a given class and propertyKey