EASYAIuniappNewUI/node_modules/core-js/internals/a-set.js
2025-02-08 18:50:38 +08:00

9 lines
175 B
JavaScript

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