copy.js 98 Bytes RawBlameHistoryPermalink 1 2 3 4 5 'use strict'; var Set = require('../'); module.exports = function () { return new Set(this); };