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!

11 lines (10 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Base = void 0; class Base { /** @hidden */ constructor(client) { this.client = client; } } exports.Base = Base;