Files
huishou/node_modules/core-js/internals/a-weak-map.js
T
2026-07-27 13:37:48 +08:00

9 lines
184 B
JavaScript

'use strict';
var has = require('../internals/weak-map-helpers').has;
// Perform ? RequireInternalSlot(M, [[WeakMapData]])
module.exports = function (it) {
has(it);
return it;
};