source: node_modules/@babel/runtime-corejs3/helpers/isNativeReflectConstruct.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 557 bytes
Line 
1var _Reflect$construct = require("core-js-pure/features/reflect/construct.js");
2function _isNativeReflectConstruct() {
3 try {
4 var t = !Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {}));
5 } catch (t) {}
6 return (module.exports = _isNativeReflectConstruct = function _isNativeReflectConstruct() {
7 return !!t;
8 }, module.exports.__esModule = true, module.exports["default"] = module.exports)();
9}
10module.exports = _isNativeReflectConstruct, module.exports.__esModule = true, module.exports["default"] = module.exports;
Note: See TracBrowser for help on using the repository browser.