From d25e11bee6ca5ca523884da132d18e1400e077b9 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 14:41:48 +0200 Subject: Initial commit --- node_modules/has-symbol-support-x/README.md | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 node_modules/has-symbol-support-x/README.md (limited to 'node_modules/has-symbol-support-x/README.md') diff --git a/node_modules/has-symbol-support-x/README.md b/node_modules/has-symbol-support-x/README.md new file mode 100644 index 0000000..f9503ae --- /dev/null +++ b/node_modules/has-symbol-support-x/README.md @@ -0,0 +1,36 @@ + +Travis status + + +Dependency status + + +devDependency status + + +npm version + + + +## has-symbol-support-x +Tests if ES6 Symbol is supported. + +**Version**: 1.4.2 +**Author**: Xotic750 +**License**: [MIT](<https://opensource.org/licenses/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 -- cgit