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.

3 lines (2 loc) 117 B
import { UserAgent } from "../types"; export declare const buildUserAgent: (userAgent: UserAgent | false) => string;