Skip to content

Commit

Permalink
fix: expose CarBufferWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal authored Aug 4, 2022
1 parent 4dcf34f commit 77bedcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion car.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ import { CarIndexer } from './lib/indexer.js'
import { CarBlockIterator, CarCIDIterator } from './lib/iterator.js'
import { CarWriter } from './lib/writer.js'
import { CarIndexedReader } from './lib/indexed-reader.js'
import { CarBufferWriter } from './lib/buffer-writer.js'

export {
CarReader,
CarIndexer,
CarBlockIterator,
CarCIDIterator,
CarWriter,
CarIndexedReader
CarIndexedReader,
CarBufferWriter
}

0 comments on commit 77bedcb

Please sign in to comment.