UNPKG

assemblyai

Version:

The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.

7 lines (6 loc) 150 B
export const { WritableStream } = typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : globalThis;