All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.internals.weak-map-basic-detection.js Maven / Gradle / Ivy

The newest version!
'use strict';
var globalThis = require('../internals/global-this');
var isCallable = require('../internals/is-callable');

var WeakMap = globalThis.WeakMap;

module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy