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
Tests if ES6 Reflect is supported.