getClassOrSymbol
@tsed/core
Usage
typescript
import { getClassOrSymbol } from "@tsed/core";
See /packages/core/src/types/utils/objects/getClassOrSymbol.ts.
Overview
ts
function getClassOrSymbol(target: any): any;