Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yt_download/src/types.ts>Options

Deno library to download YouTube videos
Latest
type alias Options
import { type Options } from "https://deno.land/x/yt_download@1.8/src/types.ts";
definition: { hasVideo?: boolean; hasAudio?: boolean; mimeType?: string; }