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.

5 lines (4 loc) 160 B
export * from "../types/asyncapi.generated"; export * from "../types/realtime"; export * from "../types/helpers"; export * from "../services/realtime/service";