UNPKG

@imput/youtubei.js

Version:

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

11 lines (10 loc) 300 B
import { YTNode } from '../helpers.js'; import type { RawNode } from '../index.js'; export default class PageIntroduction extends YTNode { static type: string; header_text: string; body_text: string; page_title: string; header_icon_type: string; constructor(data: RawNode); }