@std-types/is-symbol
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@std-types/is-symbol

Type-checking library for symbols

Installation

npm install @std-types/is-symbol

Usage

import isSymbol from "@std-types/is-symbol";

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

Readme

Keywords

none

Package Sidebar

Install

npm i @std-types/is-symbol

Weekly Downloads

49

Version

1.0.0

License

none

Unpacked Size

3.03 kB

Total Files

6

Last publish

Collaborators

  • stevethedev