Skip to content

Commit

Permalink
Expose Client Class
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoshuai0102 authored and shaoshuai0102 committed Feb 17, 2017
1 parent b462db5 commit 45dcbaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ coverage

node_modules
npm-debug.log
.vscode
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ function createClient(connectionString, options) {
exports.createClient = createClient;
exports.ACL = ACL;
exports.Id = Id;
exports.Client = Client;
exports.Permission = Permission;
exports.CreateMode = CreateMode;
exports.State = State;
Expand Down

0 comments on commit 45dcbaf

Please sign in to comment.