source:
trip-planner-front/node_modules/core-js/modules/esnext.weak-map.of.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 of = require('../internals/collection-of'); |
3 | |
4 | // `WeakMap.of` method |
5 | // https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of |
6 | $({ target: 'WeakMap', stat: true }, { |
7 | of: of |
8 | }); |
Note:
See TracBrowser
for help on using the repository browser.