mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-13 18:35:04 +08:00
5 lines
216 B
JavaScript
5 lines
216 B
JavaScript
var nativeFunctionToString = require('./_function-to-string');
|
|
var WeakMap = require('./_global').WeakMap;
|
|
|
|
module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));
|