first
This commit is contained in:
7
node_modules/core-js/internals/collection-of.js
generated
vendored
Normal file
7
node_modules/core-js/internals/collection-of.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
var arraySlice = require('../internals/array-slice');
|
||||
|
||||
// https://tc39.github.io/proposal-setmap-offrom/
|
||||
module.exports = function of() {
|
||||
return new this(arraySlice(arguments));
|
||||
};
|
Reference in New Issue
Block a user