source: trip-planner-front/node_modules/core-js/internals/native-weak-map.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 231 bytes
Line 
1var global = require('../internals/global');
2var inspectSource = require('../internals/inspect-source');
3
4var WeakMap = global.WeakMap;
5
6module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
Note: See TracBrowser for help on using the repository browser.