massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / es.set.js
index 234d18656e61a5d25a7eb5397ab12515a27a5fe1..a35ebe1e90fb58faae8b4059200ff547c79a1058 100644 (file)
@@ -4,6 +4,6 @@ var collectionStrong = require('../internals/collection-strong');
 
 // `Set` constructor
 // https://tc39.es/ecma262/#sec-set-objects
-module.exports = collection('Set', function (init) {
+collection('Set', function (init) {
   return function Set() { return init(this, arguments.length ? arguments[0] : undefined); };
 }, collectionStrong);