UNPKG

has-symbols

Version:

Determine if the JS environment has Symbol support. Supports spec, or shams.

3 lines (2 loc) 69 B
declare function hasSymbolShams(): boolean; export = hasSymbolShams;