IOTConnect-Web/node_modules/es6-set/ext/copy.js
2024-05-09 09:49:52 +08:00

6 lines
120 B
JavaScript

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