flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
9
VISUALIZACION/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js
generated
vendored
Executable file
9
VISUALIZACION/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js
generated
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
function _isNativeReflectConstruct() {
|
||||
try {
|
||||
var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
|
||||
} catch (t) {}
|
||||
return (_isNativeReflectConstruct = function _isNativeReflectConstruct() {
|
||||
return !!t;
|
||||
})();
|
||||
}
|
||||
export { _isNativeReflectConstruct as default };
|
||||
Loading…
Add table
Add a link
Reference in a new issue