UNPKG

@azure/eventhubs-checkpointstore-blob

Version:

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

5 lines 207 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export { BlobCheckpointStore } from "./blobCheckpointStore.js"; export { logger } from "./log.js"; //# sourceMappingURL=index.js.map