Files
huishou/node_modules/core-js/internals/a-map.js
T
2026-07-27 14:07:26 +08:00

9 lines
175 B
JavaScript

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