Skip to content

Commit

Permalink
Added the export of the 'helper' classes to ease the creation of cust…
Browse files Browse the repository at this point in the history
…om fsManagers/resources
  • Loading branch information
AdrienCastex committed Jun 19, 2017
1 parent 485b270 commit 585b172
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export * from './manager/export';
export * from './server/export';
export * from './resource/export';
export * from './user/export';
export * from './helper/export';
export * from './Errors';
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ __export(require("./manager/export"));
__export(require("./server/export"));
__export(require("./resource/export"));
__export(require("./user/export"));
__export(require("./helper/export"));
__export(require("./Errors"));
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export * from './manager/export';
export * from './server/export';
export * from './resource/export';
export * from './user/export';
export * from './helper/export';
export * from './Errors';

0 comments on commit 585b172

Please sign in to comment.