Skip to content

Commit

Permalink
fix: types for export paths (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Mar 14, 2023
1 parent 5ccd734 commit eff8659
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,30 @@
],
"dist/src/lib.d.ts": [
"dist/src/lib.d.ts"
],
"file": [
"dist/src/file.d.ts"
],
"directory": [
"dist/src/directory.d.ts"
],
"file/layout/trickle": [
"dist/src/file/layout/trickle.d.ts"
],
"file/layout/balanced": [
"dist/src/file/layout/balanced.d.ts"
],
"file/layout/queue": [
"dist/src/file/layout/queue.d.ts"
],
"file/chunker/fixed": [
"dist/src/file/chunker/fixed.d.ts"
],
"file/chunker/rabin": [
"dist/src/file/chunker/rabin.d.ts"
],
"file/chunker/buffer": [
"dist/src/file/chunker/buffer.d.ts"
]
}
},
Expand Down

0 comments on commit eff8659

Please sign in to comment.