We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08707dc commit 33195f1Copy full SHA for 33195f1
src/index.ts
@@ -1410,6 +1410,12 @@ export {
1410
type FromBlobsReturnType,
1411
fromBlobs,
1412
} from './utils/blob/fromBlobs.js'
1413
+export {
1414
+ type GetBlobVersionParameters,
1415
+ type GetBlobVersionReturnType,
1416
+ type GetBlobVersionErrorType,
1417
+ getBlobVersion,
1418
+} from './utils/blob/getBlobVersion.js'
1419
export {
1420
type SidecarsToVersionedHashesErrorType,
1421
type SidecarsToVersionedHashesParameters,
0 commit comments