Skip to content

isSymbolOrSymbolClass

@tsed/core

Usage

typescript
import { isSymbolOrSymbolClass } from "@tsed/core";

See /packages/core/src/types/utils/objects/isSymbol.ts.

Overview

ts
function isSymbolOrSymbolClass(target: any): target is symbol;

Released under the MIT License.