https://github.com/xotic750/has-reflect-support-x
Tests if ES6 Reflect is supported.
https://github.com/xotic750/has-reflect-support-x
browser javascript nodejs reflect support test
Last synced: 5 months ago
JSON representation
Tests if ES6 Reflect is supported.
- Host: GitHub
- URL: https://github.com/xotic750/has-reflect-support-x
- Owner: Xotic750
- License: mit
- Created: 2017-04-15T12:12:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:11:52.000Z (over 2 years ago)
- Last Synced: 2024-11-11T21:13:00.385Z (6 months ago)
- Topics: browser, javascript, nodejs, reflect, support, test
- Language: JavaScript
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## has-reflect-support-x
Tests if ES6 Reflect is supported.
### `module.exports` :
boolean
⏏Indicates if `Reflect`exists.
`true`, if it exists and creates the correct type, otherwise `false`.**Kind**: Exported member