esnext.weak-map.from.js 241 B

12345678
  1. var $ = require('../internals/export');
  2. var from = require('../internals/collection-from');
  3. // `WeakMap.from` method
  4. // https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from
  5. $({ target: 'WeakMap', stat: true }, {
  6. from: from
  7. });