momentohq / client-sdk-javascript

Official JavaScript SDK for Momento Serverless Cache
Apache License 2.0
55 stars 20 forks source link

feat: add response type enums to exports for web sdk #1392

Closed cprice404 closed 3 months ago

cprice404 commented 3 months ago

Prior to this commit, the new response type enums are not exported from the Web SDK, which means that the new pattern matching code won't work. This is a blocker for finishing the docs updates.