UNPKG

audio-transcripter

Version:

Lightweight TypeScript library for transcribing audio files using Google Gemini 2.0 models. Supports local files, remote URLs, and Blobs.

8 lines (7 loc) 169 B
export declare function checkUrlExists(url: string, options?: { timeout?: number; verbose?: boolean; }): Promise<{ exists: boolean; status?: number; }>;