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!

9 lines (8 loc) 183 B
var MusicBase = /** @class */ (function () { /** @hidden */ function MusicBase(client) { this.client = client; } return MusicBase; }()); export { MusicBase };