UNPKG

core-js

Version:
5 lines (3 loc) 236 B
var nativeFunctionToString = require('../internals/function-to-string'); var WeakMap = require('../internals/global').WeakMap; module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));