Initial commit
This commit is contained in:
16
node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js
generated
vendored
Normal file
16
node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = _isNativeReflectConstruct;
|
||||
function _isNativeReflectConstruct() {
|
||||
try {
|
||||
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
|
||||
} catch (_) {}
|
||||
return (exports.default = _isNativeReflectConstruct = function () {
|
||||
return !!result;
|
||||
})();
|
||||
}
|
||||
|
||||
//# sourceMappingURL=isNativeReflectConstruct.js.map
|
||||
Reference in New Issue
Block a user