Browse Source

exports Multi as commodity

gh-pages
Louis-Philippe Perron 13 years ago
parent
commit
abc647ccb5
  1. 2
      index.js

2
index.js

@ -621,6 +621,8 @@ function Multi(client, args) {
}
}
exports.Multi = Multi;
// take 2 arrays and return the union of their elements
function set_union(seta, setb) {
var obj = {};

Loading…
Cancel
Save