Skip to content

Commit

Permalink
fix: missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Feb 6, 2024
1 parent 5ef2918 commit faa74a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function bmtRootChunk<
return levelChunks[0]
}

function nextBmtLevel<
export function nextBmtLevel<
MaxChunkPayloadLength extends number = typeof DEFAULT_MAX_PAYLOAD_SIZE,
SpanLength extends number = typeof DEFAULT_SPAN_SIZE,
>(
Expand Down Expand Up @@ -308,7 +308,7 @@ function nextBmtLevel<
}
}

function createIntermediateChunk<
export function createIntermediateChunk<
MaxChunkPayloadLength extends number = typeof DEFAULT_MAX_PAYLOAD_SIZE,
SpanLength extends number = typeof DEFAULT_SPAN_SIZE,
>(
Expand Down

0 comments on commit faa74a1

Please sign in to comment.