UNPKG

has-symbols

Version:

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

3 lines (2 loc) 73 B
declare function hasNativeSymbols(): boolean; export = hasNativeSymbols;