UNPKG

@np-dev/youtubei-js

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

9 lines (8 loc) 275 B
import { type RawNode } from '../index.js'; import PlaylistPanel from './PlaylistPanel.js'; import { YTNode } from '../helpers.js'; export default class MusicQueue extends YTNode { static type: string; content: PlaylistPanel | null; constructor(data: RawNode); }