保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/core-js/features/map/from.js
@@ -1,15 +1 @@
'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.map');
require('../../modules/es.string.iterator');
require('../../modules/esnext.map.from');
require('../../modules/web.dom-collections.iterator');
var isCallable = require('../../internals/is-callable');
var path = require('../../internals/path');
var Map = path.Map;
var mapFrom = Map.from;
module.exports = function from(source, mapFn, thisArg) {
  return mapFrom.call(isCallable(this) ? this : Map, source, mapFn, thisArg);
};
module.exports = require('../../full/map/from');