UNPKG

@imput/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js

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); }