asd/asd-pc/node_modules/core-js/modules/esnext.weak-map.of.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

9 lines
243 B
JavaScript

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