UNPKG

217 BJavaScriptView Raw
1var $ = require('../internals/export');
2var of = require('../internals/collection-of');
3
4// `Map.of` method
5// https://tc39.github.io/proposal-setmap-offrom/#sec-map.of
6$({ target: 'Map', stat: true }, {
7 of: of
8});