UNPKG

@duell10111/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube.

8 lines (7 loc) 230 B
import { YTNode } from '../helpers.js'; import { type RawNode } from '../index.js'; export default class ReloadContinuationData extends YTNode { static type: string; continuation: string; constructor(data: RawNode); }