保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/core-js/features/map/of.js
@@ -1,13 +1 @@
'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.map');
require('../../modules/esnext.map.of');
var isCallable = require('../../internals/is-callable');
var path = require('../../internals/path');
var Map = path.Map;
var mapOf = Map.of;
module.exports = function of() {
  return mapOf.apply(isCallable(this) ? this : Map, arguments);
};
module.exports = require('../../full/map/of');