Skip to content

isSymbol

@tsed/core

Usage

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

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

Overview

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

Released under the MIT License.