Show More
Commit Description:
fix wrong merge
Commit Description:
fix wrong merge
References:
File last commit:
Show/Diff file:
Action:
node_modules/core-js/library/fn/set/of.js | 8 lines | 260 B | application/javascript | JavascriptLexer |
'use strict';
require('../../modules/es6.set');
require('../../modules/es7.set.of');
var $Set = require('../../modules/_core').Set;
var $of = $Set.of;
module.exports = function of() {
return $of.apply(typeof this === 'function' ? this : $Set, arguments);
};