projecte_ionic/node_modules/core-js/modules/esnext.weak-set.of.js
2022-02-09 18:30:03 +01:00

9 lines
229 B
JavaScript
Executable file

var $ = require('../internals/export');
var of = require('../internals/collection-of');
// `WeakSet.of` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.of
$({ target: 'WeakSet', stat: true }, {
of: of
});