UNPKG

youtubei

Version:

Simple package to get information from youtube such as videos, playlists, channels, video information & comments, related videos, up next video, and more!

12 lines (11 loc) 276 B
import { Client } from "../Client"; /** @hidden */ export interface BaseProperties { client: Client; } export declare class Base implements BaseProperties { /** An instance of {@link Client} */ client: Client; /** @hidden */ constructor(client: Client); }