|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
369 bytes
|
| Line | |
|---|
| 1 | 'use strict';
|
|---|
| 2 | var $ = require('../internals/export');
|
|---|
| 3 | var MapHelpers = require('../internals/map-helpers');
|
|---|
| 4 | var createCollectionOf = require('../internals/collection-of');
|
|---|
| 5 |
|
|---|
| 6 | // `Map.of` method
|
|---|
| 7 | // https://tc39.github.io/proposal-setmap-offrom/#sec-map.of
|
|---|
| 8 | $({ target: 'Map', stat: true, forced: true }, {
|
|---|
| 9 | of: createCollectionOf(MapHelpers.Map, MapHelpers.set, true)
|
|---|
| 10 | });
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.