Skip to content

Commit

Permalink
also export namespaced..
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed May 20, 2020
1 parent 1afc9a6 commit d0ab0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export * from "./support";
export * from "./client";
export * from "./conversation";
export * from "./messages";
export * as messages from "./messages";

export interface InitOpts {
/** path to DB file */
Expand Down

0 comments on commit d0ab0af

Please sign in to comment.