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