Skip to main content
Module

x/youtube_sr/Util.ts>ParseSearchInterface

Simple library for Node, Deno & Bun to make YouTube search easily
Go to Latest
interface ParseSearchInterface
import { type ParseSearchInterface } from "https://deno.land/x/youtube_sr@v4.3.3/Util.ts";

Properties

optional
type:
| "video"
| "playlist"
| "channel"
| "all"
| "film"
optional
limit: number
optional
requestOptions: RequestInit