Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { methodsOf } from "@tsed/core";
See /packages/core/src/types/utils/methodsOf.ts.
function methodsOf(target: any): { target: Type; propertyKey: string; }[];
Return all methods for a given class.
target: Type;
propertyKey: string;