UNPKG

@azure/eventhubs-checkpointstore-blob

Version:

An Azure Storage Blob solution to store checkpoints when using Event Hubs.

4 lines 238 B
export { BlobCheckpointStore } from "./blobCheckpointStore.js"; export { ContainerClientLike, BlobClientLike, BlockBlobClientLike, } from "./storageBlobInterfaces.js"; export { logger } from "./log.js"; //# sourceMappingURL=index.d.ts.map