Skip to content

Commit

Permalink
feat: Export Base class
Browse files Browse the repository at this point in the history
  • Loading branch information
freehuntx authored Nov 6, 2024
1 parent 6bf7ad9 commit e0dc48d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export {Base} from './src/Base.js';
export {EncodeStream} from './src/EncodeStream.js';
export {DecodeStream} from './src/DecodeStream.js';
export {Array} from './src/Array.js';
Expand Down

0 comments on commit e0dc48d

Please sign in to comment.