An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        


Travis status


Dependency status


devDependency status


npm version


jsDelivr hits


bettercodehub score


Coverage Status

## 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