mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 03:36:38 +00:00
8 lines
229 B
JavaScript
8 lines
229 B
JavaScript
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
|
|
});
|