UNPKG

241 BJavaScriptView Raw
1var $ = require('../internals/export');
2var 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});