Package Exports
- has-symbol-support-x
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (has-symbol-support-x) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
has-symbol-support-x
Tests if ES6 Symbol is supported.
Version: 1.4.1
Author: Xotic750 Xotic750@gmail.com
License: MIT
Copyright: Xotic750
module.exports
: boolean
⏏
Indicates if Symbol
exists and creates the correct type.
true
, if it exists and creates the correct type, otherwise false
.
Kind: Exported member