Skip to content

Commit

Permalink
Adding export for Codec
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy committed Oct 30, 2020
1 parent 6c7d9c1 commit cc1fdb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assembly/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export * from "./decoder";
export * from "./writer";
export * from "./encoder";
export * from "./sizer";
export * from "./codec";
export * from "./value";
export * from "./datareader";
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export * from "./decoder";
export * from "./writer";
export * from "./encoder";
export * from "./sizer";
export * from "./codec";
export * from "./value";
export * from "./datareader";

0 comments on commit cc1fdb7

Please sign in to comment.