UNPKG

@antoniojps/youtubei.js

Version:

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

9 lines (8 loc) 254 B
import { YTNode } from '../helpers.js'; import type { RawNode } from '../index.js'; import Text from './misc/Text.js'; export default class SectionHeaderView extends YTNode { static type: string; headline: Text; constructor(data: RawNode); }