flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
8
VISUALIZACION/node_modules/core-js/fn/map/from.js
generated
vendored
Executable file
8
VISUALIZACION/node_modules/core-js/fn/map/from.js
generated
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
'use strict';
|
||||
require('../../modules/es6.map');
|
||||
require('../../modules/es7.map.from');
|
||||
var $Map = require('../../modules/_core').Map;
|
||||
var $from = $Map.from;
|
||||
module.exports = function from(source, mapFn, thisArg) {
|
||||
return $from.call(typeof this === 'function' ? this : $Map, source, mapFn, thisArg);
|
||||
};
|
||||
8
VISUALIZACION/node_modules/core-js/fn/map/index.js
generated
vendored
Executable file
8
VISUALIZACION/node_modules/core-js/fn/map/index.js
generated
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
require('../../modules/es6.object.to-string');
|
||||
require('../../modules/es6.string.iterator');
|
||||
require('../../modules/web.dom.iterable');
|
||||
require('../../modules/es6.map');
|
||||
require('../../modules/es7.map.to-json');
|
||||
require('../../modules/es7.map.of');
|
||||
require('../../modules/es7.map.from');
|
||||
module.exports = require('../../modules/_core').Map;
|
||||
8
VISUALIZACION/node_modules/core-js/fn/map/of.js
generated
vendored
Executable file
8
VISUALIZACION/node_modules/core-js/fn/map/of.js
generated
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
'use strict';
|
||||
require('../../modules/es6.map');
|
||||
require('../../modules/es7.map.of');
|
||||
var $Map = require('../../modules/_core').Map;
|
||||
var $of = $Map.of;
|
||||
module.exports = function of() {
|
||||
return $of.apply(typeof this === 'function' ? this : $Map, arguments);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue