Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/unknownutil/mod.ts>isSymbol

🦕 A lightweight utility pack for handling unknown type
Go to Latest
function isSymbol
import { isSymbol } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";

Return true if the type of x is symbol.

Parameters

x: unknown

Returns

x is symbol