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) 221 B
import { Conditions } from "./conditions"; export const conditions: Conditions = { name: "bun", default: false, node: false, browser: false, bun: true, deno: false, workerd: false, reactNative: false, };