copy.js 120 B

12345
  1. "use strict";
  2. var SetConstructor = require("../");
  3. module.exports = function () { return new SetConstructor(this); };