first
This commit is contained in:
9
node_modules/core-js/modules/esnext.map.from.js
generated
vendored
Normal file
9
node_modules/core-js/modules/esnext.map.from.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
'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
|
||||
});
|
Reference in New Issue
Block a user