From abc647ccb508f305aa999ef17431af95ba1638e1 Mon Sep 17 00:00:00 2001 From: Louis-Philippe Perron Date: Mon, 4 Jul 2011 15:18:03 -0400 Subject: [PATCH] exports Multi as commodity --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 33ea41042b..41b5668669 100644 --- a/index.js +++ b/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 = {};