1'use strict'; 2require('../../modules/es6.map'); 3require('../../modules/es7.map.of'); 4var $Map = require('../../modules/_core').Map; 5var $of = $Map.of; 6module.exports = function of() { 7 return $of.apply(typeof this === 'function' ? this : $Map, arguments); 8}; 9