aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es6-set/ext/copy.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es6-set/ext/copy.js')
-rw-r--r--node_modules/es6-set/ext/copy.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/es6-set/ext/copy.js b/node_modules/es6-set/ext/copy.js
new file mode 100644
index 000000000..a8fd5c20c
--- /dev/null
+++ b/node_modules/es6-set/ext/copy.js
@@ -0,0 +1,5 @@
+'use strict';
+
+var Set = require('../');
+
+module.exports = function () { return new Set(this); };