Sha256: 490afeaed0cfbac9ff1dd4e1975b7d61376b0603cfdfe9aba5999391450b6a24
Contents?: true
Size: 258 Bytes
Versions: 12
Compression:
Stored size: 258 Bytes
Contents
var global = require('../internals/global'); var nativeFunctionToString = require('../internals/function-to-string'); var WeakMap = global.WeakMap; module.exports = typeof WeakMap === 'function' && /native code/.test(nativeFunctionToString.call(WeakMap));
Version data entries
12 entries across 12 versions & 4 rubygems