source: node_modules/@babel/runtime-corejs3/helpers/esm/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: 352 bytes
Line 
1import _Reflect$construct from "core-js-pure/features/reflect/construct.js";
2export default function _isNativeReflectConstruct() {
3 try {
4 var t = !Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {}));
5 } catch (t) {}
6 return (_isNativeReflectConstruct = function _isNativeReflectConstruct() {
7 return !!t;
8 })();
9}
Note: See TracBrowser for help on using the repository browser.