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