Skip to content

Commit

Permalink
🐛 fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 committed Apr 19, 2024
1 parent 82d90b8 commit b7569ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { DataType } from "./dataType";
export { BaseTypes } from "./baseTypes";
export { defineType, defineTypeGenerator } from "./defineType";
export { BufferStream } from "./bufferStream";
export { BufferInputStream, BufferOutputStream, BufferStream } from "./bufferStream";
export { read, write } from "./utils";
export { Struct } from "./struct/struct";
export { StructBuilder } from "./struct/structBuilder";
Expand Down

0 comments on commit b7569ac

Please sign in to comment.