amis-rpc-design/node_modules/core-js/modules/esnext.map.from.js
2023-10-07 19:42:30 +08:00

10 lines
257 B
JavaScript

'use strict';
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
});