Skip to content

isSymbol

Checks if the given value is a symbol.

Usage

isSymbol(Symbol("abc")); // => true
isSymbol("abc"); // => false

Installation

Terminal window
npx atmx add helper is-symbol