Introduction
Migration
Appearance
import { isSymbolOrSymbolClass } from "@tsed/core";
See /packages/core/src/types/utils/objects/isSymbol.ts.
function isSymbolOrSymbolClass(target: any): target is symbol;