Introduction
Migration
Appearance
import { methodsOf } from "@tsed/core";
See /packages/core/src/types/utils/objects/methodsOf.ts.
function methodsOf(target: any): { target: Type; propertyKey: string; }[];
Return all methods for a given class.
target: Type;
propertyKey: string;