canUse.js 245 B

12345
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.canUseWeakMap = typeof WeakMap === 'function' && !(typeof navigator === 'object' &&
  4. navigator.product === 'ReactNative');
  5. //# sourceMappingURL=canUse.js.map