UNPKG

@imput/youtubei.js

Version:

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

8 lines (7 loc) 253 B
import { YTNode, type SuperParsedResult } from '../helpers.js'; import { type RawNode } from '../index.js'; export default class Tabbed extends YTNode { static type: string; contents: SuperParsedResult<YTNode>; constructor(data: RawNode); }