isMethodDescriptor
@tsed/core
Usage
typescript
import { isMethodDescriptor } from "@tsed/core";Overview
ts
function isMethodDescriptor(target: any, propertyKey: string | symbol): any;Description
Checks whether a property descriptor represents a method.
Returns true if the descriptor has a value property (indicating a method).