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.

4 lines (3 loc) 141 B
import { PolyfillWebSocketFactory } from "."; export { PolyfillWebSocket } from "."; export declare const factory: PolyfillWebSocketFactory;