Skip to content

Commit

Permalink
added exporting of typings.ts under index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
htbkoo committed Mar 1, 2020
1 parent bb96970 commit 2c6576d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
@@ -1,2 +1,3 @@
export * from "./converter";
export * from "./epub-io";
export * from "./epub-io";
export * from "./typings";

0 comments on commit 2c6576d

Please sign in to comment.