Your IP : 216.73.216.236


Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/core-js/library/fn/weak-set/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/core-js/library/fn/weak-set/of.js

'use strict';
require('../../modules/es6.weak-set');
require('../../modules/es7.weak-set.of');
var $WeakSet = require('../../modules/_core').WeakSet;
var $of = $WeakSet.of;
module.exports = function of() {
  return $of.apply(typeof this === 'function' ? this : $WeakSet, arguments);
};