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

9 lines
255 B
JavaScript

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