mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-12-04 10:50:39 +00:00
5 lines
245 B
JavaScript
5 lines
245 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.canUseWeakMap = typeof WeakMap === 'function' && !(typeof navigator === 'object' &&
|
|
navigator.product === 'ReactNative');
|
|
//# sourceMappingURL=canUse.js.map
|