aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es6-set/ext/copy.js
blob: a8fd5c20c888d955af08fcce20e6a983ffcc3698 (plain)
1
2
3
4
5
'use strict';

var Set = require('../');

module.exports = function () { return new Set(this); };