database-petani-mobile/node_modules/core-js/internals/a-set.js
2026-02-23 16:39:35 +07: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;
};