asd/asd-wx/node_modules/core-js/modules/esnext.map.from.js
愉快的大福 340a467ba1 init
2024-11-21 11:32:11 +08:00

9 lines
243 B
JavaScript

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