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!

14 lines (13 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MusicLyrics = void 0; /** * Represent lyrics of a song */ class MusicLyrics { /** @hidden */ constructor(attr) { Object.assign(this, attr); } } exports.MusicLyrics = MusicLyrics;