Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 345 Bytes

API_REFERENCE.md

File metadata and controls

24 lines (15 loc) · 345 Bytes

API Reference

Table of contents

Symbol

Constructor

isSymbol(x)

Returns true if x is a Symbol.

Symbol.isSymbol(Symbol()) === true;

Prototype

None