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.

9 lines (8 loc) 267 B
export const readFile = async function ( // eslint-disable-next-line @typescript-eslint/no-unused-vars path: string, ): Promise<ReadableStream<Uint8Array>> { throw new Error( "Interacting with the file system is not supported in this environment.", ); };