expose client and server api

This commit is contained in:
Roman Shtylman
2012-11-06 10:55:08 -05:00
parent 943a7dc35b
commit 06b85ad0aa
3 changed files with 6 additions and 3 deletions

2
index.js Normal file
View File

@@ -0,0 +1,2 @@
module.exports.client = require('./client');
module.exports.server = require('./server');