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.

2 lines (1 loc) 86 B
export declare const readFile: (path: string) => Promise<ReadableStream<Uint8Array>>;