@antoniojps/youtubei.js
Version:
A JavaScript client for YouTube's private API, known as InnerTube.
10 lines (9 loc) • 322 B
TypeScript
import { YTNode } from '../helpers.js';
import type { RawNode } from '../index.js';
import NavigationEndpoint from './NavigationEndpoint.js';
export default class PlayerOverflow extends YTNode {
static type: string;
endpoint: NavigationEndpoint;
enable_listen_first: boolean;
constructor(data: RawNode);
}