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) 163 B
var Base = /** @class */ (function () { /** @hidden */ function Base(client) { this.client = client; } return Base; }()); export { Base };