Skip to content

Commit

Permalink
chore: export set options from nodejs sdk (#1481)
Browse files Browse the repository at this point in the history
Re-export `SetOptions` from the Node.js SDK for the multi-region
writer client.
  • Loading branch information
malandis authored Dec 18, 2024
1 parent e0ba54d commit f73d399
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client-sdk-nodejs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ import {
ICacheClient,
IMomentoCache,
SubscribeCallOptions,
SetOptions,
CacheInfo,
CollectionTtl,
ItemType,
Expand Down Expand Up @@ -289,6 +290,7 @@ export {
IMomentoCache,
CollectionTtl,
ItemType,
SetOptions,
SortedSetOrder,
Configurations,
Configuration,
Expand Down

0 comments on commit f73d399

Please sign in to comment.