first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
9
node_modules/core-js/modules/es.map.constructor.js
generated
vendored
Normal file
9
node_modules/core-js/modules/es.map.constructor.js
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
var collection = require('../internals/collection');
|
||||
var collectionStrong = require('../internals/collection-strong');
|
||||
|
||||
// `Map` constructor
|
||||
// https://tc39.es/ecma262/#sec-map-objects
|
||||
collection('Map', function (init) {
|
||||
return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };
|
||||
}, collectionStrong);
|
||||
Loading…
Add table
Add a link
Reference in a new issue