source:
trip-planner-front/node_modules/core-js/modules/esnext.map.from.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 229 bytes |
Line | |
---|---|
1 | var $ = require('../internals/export'); |
2 | var from = require('../internals/collection-from'); |
3 | |
4 | // `Map.from` method |
5 | // https://tc39.github.io/proposal-setmap-offrom/#sec-map.from |
6 | $({ target: 'Map', stat: true }, { |
7 | from: from |
8 | }); |
Note:
See TracBrowser
for help on using the repository browser.