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