has-symbol-support-x

Tests if ES6 Symbol is supported.


Keywords
ES6, hasSymbolSupport, module, javascript, nodejs, browser, ecmascript6, symbol
License
MIT
Install
npm install has-symbol-support-x@2.1.2

Documentation

Travis status Dependency status devDependency status npm version

has-symbol-support-x

Tests if ES6 Symbol is supported.

module.exports : boolean

Indicates if Symbolexists and creates the correct type. true, if it exists and creates the correct type, otherwise false.

Kind: Exported member