uni-ticket-system/node_modules/core-js/internals/a-weak-map.js

8 lines
170 B
JavaScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
var has = require('../internals/weak-map-helpers').has;
// Perform ? RequireInternalSlot(M, [[WeakMapData]])
module.exports = function (it) {
has(it);
return it;
};