Introduction
Migration
Appearance
import { isMethodDescriptor } from "@tsed/core";
See /packages/core/src/types/utils/objects/descriptorOf.ts.
function isMethodDescriptor(target: any, propertyKey: string | symbol): any;