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.

13 lines (11 loc) 222 B
import { Conditions } from "./conditions"; export const conditions: Conditions = { name: "deno", default: false, node: false, browser: false, bun: false, deno: true, workerd: false, reactNative: false, };