Files
old-kitabcitab-frontend/kitabcitab/node_modules/core-js-pure/modules/esnext.map.of.js
2022-12-27 12:05:56 +01:00

9 lines
231 B
JavaScript

var $ = require('../internals/export');
var of = require('../internals/collection-of');
// `Map.of` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-map.of
$({ target: 'Map', stat: true, forced: true }, {
of: of
});