ship-gis/node_modules/core-js/internals/a-weak-set.js

9 lines
184 B
JavaScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
'use strict';
var has = require('../internals/weak-set-helpers').has;
// Perform ? RequireInternalSlot(M, [[WeakSetData]])
module.exports = function (it) {
has(it);
return it;
};