UNPKG

@sushibtw/youtubei

Version:

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

11 lines (10 loc) 217 B
import { Client } from "."; /** @hidden */ export interface BaseAttributes { id: string; client: Client; } export default class Base implements BaseAttributes { id: string; client: Client; }