deepgram / deepgram-js-sdk

Official JavaScript SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
156 stars 54 forks source link

Find and Replace should accept a `string` or `string[]` #145

Closed lukeocodes closed 1 year ago

lukeocodes commented 1 year ago

Find and Replace is only accepting a string. This should be able to accept multiple replacement strings with a string[] type.

See https://github.com/orgs/deepgram/discussions/203 for details.