@layerzerolabs/typescript-utils 0.0.26 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1164,7 +1164,7 @@ var hasRequiredReactIs_development$1;
1164
1164
  function requireReactIs_development$1() {
1165
1165
  if (hasRequiredReactIs_development$1) return reactIs_development$1;
1166
1166
  hasRequiredReactIs_development$1 = 1;
1167
- "production" !== process.env.NODE_ENV && function() {
1167
+ "production" !== process.env.NODE_ENV && (function() {
1168
1168
  function typeOf(object) {
1169
1169
  if ("object" === typeof object && null !== object) {
1170
1170
  var $$typeof = object.$$typeof;
@@ -1251,7 +1251,7 @@ function requireReactIs_development$1() {
1251
1251
  return "string" === typeof type3 || "function" === typeof type3 || type3 === REACT_FRAGMENT_TYPE || type3 === REACT_PROFILER_TYPE || type3 === REACT_STRICT_MODE_TYPE || type3 === REACT_SUSPENSE_TYPE || type3 === REACT_SUSPENSE_LIST_TYPE || "object" === typeof type3 && null !== type3 && (type3.$$typeof === REACT_LAZY_TYPE || type3.$$typeof === REACT_MEMO_TYPE || type3.$$typeof === REACT_CONTEXT_TYPE || type3.$$typeof === REACT_CONSUMER_TYPE || type3.$$typeof === REACT_FORWARD_REF_TYPE || type3.$$typeof === REACT_CLIENT_REFERENCE || void 0 !== type3.getModuleId) ? true : false;
1252
1252
  };
1253
1253
  reactIs_development$1.typeOf = typeOf;
1254
- }();
1254
+ })();
1255
1255
  return reactIs_development$1;
1256
1256
  }
1257
1257
  __name(requireReactIs_development$1, "requireReactIs_development$1");