/node_modules/babel-polyfill/node_modules/core-js/library/fn/weak-map/from.js
https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 178672fa4c6728d59188db80db41edfd MD5 · raw file
- 'use strict';
- require('../../modules/es6.weak-map');
- require('../../modules/es7.weak-map.from');
- var $WeakMap = require('../../modules/_core').WeakMap;
- var $from = $WeakMap.from;
- module.exports = function from(source, mapFn, thisArg) {
- return $from.call(typeof this === 'function' ? this : $WeakMap, source, mapFn, thisArg);
- };