Detect whether the environment supports native Symbols. This package provides a simple, reliable way to check if the JavaScript environment includes built-in Symbol support as specified in ECMAScript 2015 (ES6). It's essential for libraries and applications that need to conditionally use Symbol features, ensuring compatibility across various browsers and Node.js versions. Use has-symbols to avoid errors in environments that lack Symbol support.