Skip to content

Commit

Permalink
fix: properly export CarBufferWriter from car.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 5, 2022
1 parent 77bedcb commit 003e7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion car.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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'
import * as CarBufferWriter from './lib/buffer-writer.js'

export {
CarReader,
Expand Down

0 comments on commit 003e7f2

Please sign in to comment.